Home
last modified time | relevance | path

Searched refs:ShouldSerializeValue (Results 1 – 25 of 132) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DImageListTest.cs66 Assert.IsTrue (colordepth_prop.ShouldSerializeValue (il), "1"); in ImageListComponentModelTest()
68 Assert.IsTrue (imagesize_prop.ShouldSerializeValue (il), "3"); in ImageListComponentModelTest()
70 Assert.IsTrue (transparentcolor_prop.ShouldSerializeValue (il), "5"); in ImageListComponentModelTest()
75 Assert.IsFalse (transparentcolor_prop.ShouldSerializeValue (il), "7"); in ImageListComponentModelTest()
80 Assert.IsTrue (colordepth_prop.ShouldSerializeValue (il), "9"); in ImageListComponentModelTest()
84 Assert.IsTrue (imagesize_prop.ShouldSerializeValue (il), "11"); in ImageListComponentModelTest()
91 Assert.IsFalse (colordepth_prop.ShouldSerializeValue (il), "13"); in ImageListComponentModelTest()
93 Assert.IsFalse (imagesize_prop.ShouldSerializeValue (il), "15"); in ImageListComponentModelTest()
95 Assert.IsTrue (transparentcolor_prop.ShouldSerializeValue (il), "17"); in ImageListComponentModelTest()
105 Assert.IsFalse (colordepth_prop.ShouldSerializeValue (il), "21"); in ImageListComponentModelTest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DPropertyDescriptorTests.cs583 Assert.IsFalse (p.ShouldSerializeValue (test), "1"); in ShouldSerializeTest_public()
592 Assert.IsFalse (p.ShouldSerializeValue (test), "1"); in ShouldSerializeTest_protected()
601 Assert.IsFalse (p.ShouldSerializeValue (test), "1"); in ShouldSerializeTest_private()
610 Assert.IsTrue (p.ShouldSerializeValue (test), "#1"); in ShouldSerializeTest_No_Default()
612 Assert.IsTrue (p.ShouldSerializeValue (test), "#2"); in ShouldSerializeTest_No_Default()
621 Assert.IsFalse (p.ShouldSerializeValue (test), "#1"); in ShouldSerializeTest_Null_Default()
623 Assert.IsFalse (p.ShouldSerializeValue (test), "#2"); in ShouldSerializeTest_Null_Default()
625 Assert.IsTrue (p.ShouldSerializeValue (test), "#3"); in ShouldSerializeTest_Null_Default()
627 Assert.IsTrue (p.ShouldSerializeValue (test), "#4"); in ShouldSerializeTest_Null_Default()
744 Assert.IsFalse (p.ShouldSerializeValue (test), "2"); in NoSerializeOrResetPropTest()
[all …]
H A DArrayConverterTests.cs72 Assert.IsFalse (pd.ShouldSerializeValue (numbers), "#B9"); in GetProperties()
85 Assert.IsFalse (pd.ShouldSerializeValue (numbers), "#C9"); in GetProperties()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data.EntityFramework/Metadata/
H A DMetadataPropertyDescriptorWrapper.cs68 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in Microsoft.Web.Http.Data.EntityFramework.Metadata.MetadataPropertyDescriptorWrapper
70 return _descriptor.ShouldSerializeValue(component); in ShouldSerializeValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ComponentModel.DataAnnotations/DataAnnotations/
H A DMetadataPropertyDescriptorWrapper.cs44 …public override bool ShouldSerializeValue(object component) { return _descriptor.ShouldSerializeVa… in ShouldSerializeValue() method in System.ComponentModel.DataAnnotations.MetadataPropertyDescriptorWrapper
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DForwardingPropertyDescriptor.cs173 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in LLVM.ClangTidy.ForwardingPropertyDescriptor
175 return root.ShouldSerializeValue(component); in ShouldSerializeValue()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DForwardingPropertyDescriptor.cs173 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in LLVM.ClangTidy.ForwardingPropertyDescriptor
175 return root.ShouldSerializeValue(component); in ShouldSerializeValue()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DForwardingPropertyDescriptor.cs173 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in LLVM.ClangTidy.ForwardingPropertyDescriptor
175 return root.ShouldSerializeValue(component); in ShouldSerializeValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DDesignerOptionService.cs494 public override bool ShouldSerializeValue(object component) { in ShouldSerializeValue() method in System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor
495 return property.ShouldSerializeValue(target); in ShouldSerializeValue()
573 public override bool ShouldSerializeValue(object component) { in ShouldSerializeValue() method in System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter.OptionPropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DDesignerOptionService.cs499 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor
501 return _property.ShouldSerializeValue(_target); in ShouldSerializeValue()
579 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter.OptionPropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/Metadata/
H A DDataControllerTypeDescriptor.cs232 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in Microsoft.Web.Http.Data.Metadata.DataControllerPropertyDescriptor
234 return _base.ShouldSerializeValue(component); in ShouldSerializeValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DPropertyDescriptorTests.cs133 Assert.False(propertyDescriptor.ShouldSerializeValue(component)); in ShouldSerializeValueReturnsFalseWhenValueIsDefault()
144 Assert.True(propertyDescriptor.ShouldSerializeValue(component)); in ShouldSerializeValueReturnsTrueWhenValueIsNotDefault()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/Mocks/
H A DMockPropertyDescriptor.cs57 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in System.ComponentModel.Tests.MockPropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataRelationPropertyDescriptor.cs48 public override bool ShouldSerializeValue(object component) => false;
H A DDataTablePropertyDescriptor.cs48 public override bool ShouldSerializeValue(object component) => false;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataTablePropertyDescriptor.cs73 public override bool ShouldSerializeValue(object component) { in ShouldSerializeValue() method in System.Data.DataTablePropertyDescriptor
H A DDataRelationPropertyDescriptor.cs75 public override bool ShouldSerializeValue(object component) { in ShouldSerializeValue() method in System.Data.DataRelationPropertyDescriptor
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJPropertyDescriptor.cs107 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in Newtonsoft.Json.Linq.JPropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJPropertyDescriptor.cs117 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in Newtonsoft.Json.Linq.JPropertyDescriptor
/dports/graphics/graphviz/graphviz-2.44.1/windows/
H A DGraphPropertyDescriptor.cs68 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in Graphviz.GraphPropertyDescriptor
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJPropertyDescriptor.cs117 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in Newtonsoft.Json.Linq.JPropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DXmlDataSourcePropertyDescriptor.cs75 public override bool ShouldSerializeValue (object o) in ShouldSerializeValue() method in System.Web.UI.WebControls.XmlDataSourcePropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DynamicData/DynamicData/Util/
H A DDictionaryCustomTypeDescriptor.cs81 public override bool ShouldSerializeValue(object component) { in ShouldSerializeValue() method in System.Web.DynamicData.Util.DictionaryPropertyDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/System.Xaml.Schema/
H A DXamlMemberInvoker.cs89 public virtual ShouldSerializeResult ShouldSerializeValue (object instance) in ShouldSerializeValue() method in System.Xaml.Schema.XamlMemberInvoker
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Serializer/
H A DModifyActivitiesPropertyDescriptor.cs78 public override bool ShouldSerializeValue(object component) in ShouldSerializeValue() method in System.Workflow.ComponentModel.Serialization.ModifyActivitiesPropertyDescriptor

123456