Home
last modified time | relevance | path

Searched refs:GetPropertiesSupported (Results 1 – 25 of 111) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DMultilineStringConverterTest.cs37 public void GetPropertiesSupported () in GetPropertiesSupported() method in MonoTests.System.ComponentModel.MultilineStringConverterTest
41 Assert.IsFalse (cvt.GetPropertiesSupported (), "#A1-1"); in GetPropertiesSupported()
42 Assert.IsFalse (cvt.GetPropertiesSupported (null), "#A1-2"); in GetPropertiesSupported()
H A DCollectionConverterTest.cs132 public void GetPropertiesSupported () in GetPropertiesSupported() method in MonoTests.System.ComponentModel.CollectionConverterTest
135 Assert.IsFalse (cc.GetPropertiesSupported (), "empty"); in GetPropertiesSupported()
136 Assert.IsFalse (cc.GetPropertiesSupported (null), "null"); in GetPropertiesSupported()
H A DArrayConverterTests.cs96 public void GetPropertiesSupported () in GetPropertiesSupported() method in MonoTests.System.ComponentModel.ArrayConverterTests
98 Assert.IsTrue (converter.GetPropertiesSupported (null)); in GetPropertiesSupported()
H A DTypeConverterTests.cs37 Assert.IsFalse (converter.GetPropertiesSupported (), "#9"); in DefaultImplementation()
38 Assert.IsFalse (converter.GetPropertiesSupported (null), "#10"); in DefaultImplementation()
240 public override bool GetPropertiesSupported (ITypeDescriptorContext context) in GetPropertiesSupported() method in MonoTests.System.ComponentModel.AConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DNullableConverter.cs174 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.ComponentModel.NullableConverter
178 return UnderlyingTypeConverter.GetPropertiesSupported(context); in GetPropertiesSupported()
181 return base.GetPropertiesSupported(context); in GetPropertiesSupported()
H A DTypeConverter.cs288 public bool GetPropertiesSupported() in GetPropertiesSupported() method in System.ComponentModel.TypeConverter
290 return GetPropertiesSupported(null); in GetPropertiesSupported()
296 public virtual bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.ComponentModel.TypeConverter
H A DExpandableObjectConverter.cs47 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.ComponentModel.ExpandableObjectConverter
H A DComponentConverter.cs46 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.ComponentModel.ComponentConverter
H A DCollectionConverter.cs50 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.ComponentModel.CollectionConverter
H A DMultilineStringConverter.cs48 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.ComponentModel.MultilineStringConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DNullableConverter.cs167 public override bool GetPropertiesSupported(ITypeDescriptorContext context) { in GetPropertiesSupported() method in System.ComponentModel.NullableConverter
169 return simpleTypeConverter.GetPropertiesSupported(context); in GetPropertiesSupported()
172 return base.GetPropertiesSupported(context); in GetPropertiesSupported()
H A DTypeConverter.cs329 public bool GetPropertiesSupported() { in GetPropertiesSupported() method in System.ComponentModel.TypeConverter
330 return GetPropertiesSupported(null); in GetPropertiesSupported()
338 public virtual bool GetPropertiesSupported(ITypeDescriptorContext context) { in GetPropertiesSupported() method in System.ComponentModel.TypeConverter
H A DExpandableObjectConverter.cs51 public override bool GetPropertiesSupported(ITypeDescriptorContext context) { in GetPropertiesSupported() method in System.ComponentModel.ExpandableObjectConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/Drawing/
H A DStringTypeConverterTestBase.cs132 public void GetPropertiesSupported() in GetPropertiesSupported() method in System.ComponentModel.TypeConverterTests.StringTypeConverterTestBase
134 Assert.Equal(IsGetPropertiesSupported, Converter.GetPropertiesSupported()); in GetPropertiesSupported()
135 Assert.Equal(IsGetPropertiesSupported, Converter.GetPropertiesSupported(null)); in GetPropertiesSupported()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyConverter.cs124 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in LLVM.ClangTidy.DynamicPropertyConverter
126 return Root_.GetPropertiesSupported(context); in GetPropertiesSupported()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyConverter.cs124 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in LLVM.ClangTidy.DynamicPropertyConverter
126 return Root_.GetPropertiesSupported(context); in GetPropertiesSupported()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyConverter.cs124 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in LLVM.ClangTidy.DynamicPropertyConverter
126 return Root_.GetPropertiesSupported(context); in GetPropertiesSupported()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DControlBindingsConverterTest.cs34 Assert.IsTrue (cvt.GetPropertiesSupported (null), "2"); in TestProperties()
75 propcvt.GetPropertiesSupported (), in TestProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DTypeConverters.cs130 …onverter != null && typeConverter.GetType() != GetType() && typeConverter.GetPropertiesSupported()) in GetProperties()
143 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.Workflow.ComponentModel.Design.ConditionTypeConverter
246 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.Workflow.ComponentModel.Design.ActivityBindTypeConverter
261 propertiesSupported = actualConverter.GetPropertiesSupported(actualContext); in GetPropertiesSupported()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataTableTypeConverter.cs19 public override bool GetPropertiesSupported(ITypeDescriptorContext context) { in GetPropertiesSupported() method in System.Data.DataTableTypeConverter
H A DPrimaryKeyTypeConverter.cs22 public override bool GetPropertiesSupported(ITypeDescriptorContext context) { in GetPropertiesSupported() method in System.Data.PrimaryKeyTypeConverter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataTableTypeConverter.cs12 public override bool GetPropertiesSupported(ITypeDescriptorContext context) => false;
H A DPrimaryKeyTypeConverter.cs17 public override bool GetPropertiesSupported(ITypeDescriptorContext context) => false;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DImageListConverter.cs39 public override bool GetPropertiesSupported(ITypeDescriptorContext context){ in GetPropertiesSupported() method in System.Windows.Forms.ImageListConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DWorkflowServiceAttributesTypeConverter.cs19 public override bool GetPropertiesSupported(ITypeDescriptorContext context) in GetPropertiesSupported() method in System.Workflow.Activities.WorkflowServiceAttributesTypeConverter

12345