Home
last modified time | relevance | path

Searched refs:ConverterTypeName (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DTypeConverterAttribute.cs31 ConverterTypeName = string.Empty; in TypeConverterAttribute()
42 ConverterTypeName = type.AssemblyQualifiedName; in TypeConverterAttribute()
53 ConverterTypeName = typeName; in TypeConverterAttribute()
62 public string ConverterTypeName { get; } property in System.ComponentModel.TypeConverterAttribute
67 return (other != null) && other.ConverterTypeName == ConverterTypeName; in Equals()
72 return ConverterTypeName.GetHashCode(); in GetHashCode()
H A DPropertyDescriptor.cs81 if (attr.ConverterTypeName != null && attr.ConverterTypeName.Length > 0)
83 Type converterType = GetTypeFromName(attr.ConverterTypeName);
H A DReflectTypeDescriptionProvider.ReflectedTypeData.cs201 Type converterType = GetTypeFromName(instanceAttr.ConverterTypeName); in GetConverter()
220 Type converterType = GetTypeFromName(typeAttr.ConverterTypeName); in GetConverter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DTypeConverterAttributeTests.cs18 …eof(int).AssemblyQualifiedName, TypeConverterAttributeTests.s_attributeFromType.ConverterTypeName); in Get_ConverterTypeName()
19 … Assert.Equal("System.Int32", TypeConverterAttributeTests.s_attributeFromString.ConverterTypeName); in Get_ConverterTypeName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DTypeConverterAttribute.cs70 public string ConverterTypeName { property in System.ComponentModel.TypeConverterAttribute
78 return (other != null) && other.ConverterTypeName == typeName; in Equals()
H A DDebugExtendedPropertyDescriptor.cs111 if (attr.ConverterTypeName != null && attr.ConverterTypeName.Length > 0) {
112 Type converterType = GetTypeFromName(attr.ConverterTypeName);
H A DPropertyDescriptor.cs92 if (attr.ConverterTypeName != null && attr.ConverterTypeName.Length > 0) {
93 Type converterType = GetTypeFromName(attr.ConverterTypeName);
H A DDebugReflectPropertyDescriptor.cs265 if (attr.ConverterTypeName != null && attr.ConverterTypeName.Length > 0) {
266 Type converterType = GetTypeFromName(attr.ConverterTypeName);
H A DReflectTypeDescriptionProvider.cs1635 Type converterType = GetTypeFromName(instanceAttr.ConverterTypeName); in GetConverter()
1665 Type converterType = GetTypeFromName(typeAttr.ConverterTypeName); in GetConverter()
/dports/devel/log4net/log4net-1.2.10/src/Util/TypeConverters/
H A DTypeConverterAttribute.cs109 public string ConverterTypeName property in log4net.Util.TypeConverters.TypeConverterAttribute
H A DConverterRegistry.cs221 …Type converterType = SystemInfo.GetTypeFromString(destinationType, tcAttr.ConverterTypeName, false… in GetConverterFromAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Authentication.ExtendedProtection.Configuration/
H A DConfigUtil.cs62 … null ? (TypeConverter) Activator.CreateInstance (Type.GetType (tca.ConverterTypeName)) : null, va… in BuildProperty()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyDescriptor.cs89 Type ConverterType = Type.GetType(ConverterAttr.ConverterTypeName);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyDescriptor.cs89 Type ConverterType = Type.GetType(ConverterAttr.ConverterTypeName);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyDescriptor.cs89 Type ConverterType = Type.GetType(ConverterAttr.ConverterTypeName);
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DIMyInterface.cs138 …TypeConverter)Activator.CreateInstance(Type.GetType(((TypeConverterAttribute)c).ConverterTypeName)) in GetConverter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI/
H A DMinimizableAttributeTypeConverterTest.cs63 Type tct = Type.GetType (tca.ConverterTypeName); in GetTypeConverter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Utilities/
H A DXmlSerializer.cs1072 if (typeConverterAttrib != null && typeConverterAttrib.ConverterTypeName.Length > 0) in FindConverter()
1103 if (_converterDict.Contains(attr.ConverterTypeName)) in FindConverterByType()
1105 return (TypeConverter)_converterDict[attr.ConverterTypeName]; in FindConverterByType()
1107 String typeStr = attr.ConverterTypeName; in FindConverterByType()
1109 if (attr.ConverterTypeName.Contains(",") ) in FindConverterByType()
1111 typeStr = attr.ConverterTypeName.Split(',')[0]; in FindConverterByType()
1150 if (result != null) _converterDict[attr.ConverterTypeName] = result; in FindConverterByType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DConfigurationProperty.cs88 …er = TypeUtil.CreateInstance<TypeConverter>(((TypeConverterAttribute)attribute).ConverterTypeName); in ConfigurationProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Dispatcher/
H A DQueryStringConverter.cs270 Type converterType = Type.GetType(converterAttr.ConverterTypeName, false, true); in GetStringConverter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DConfigurationProperty.cs99 …til.CreateInstanceRestricted<TypeConverter>(info.DeclaringType, attribConverter.ConverterTypeName); in ConfigurationProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/System.Xaml/
H A DXamlMember.cs413 …return context.GetValueConverter<TypeConverter> (System.Type.GetType (ca.ConverterTypeName), Type); in LookupTypeConverter()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonTypeReflector.cs81 return Type.GetType(converterAttribute.ConverterTypeName); in GetTypeConverterTypeFromAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/
H A DDynamicMetadata.cs248 Type c = this.GetTypeFromName(attribute.ConverterTypeName); in GetConverter()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonTypeReflector.cs81 return Type.GetType(converterAttribute.ConverterTypeName); in GetTypeConverterTypeFromAttribute()

12