Home
last modified time | relevance | path

Searched refs:ProviderTypeName (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/Serialization/
H A DDefaultSerializationProviderAttribute.cs29 ProviderTypeName = providerType.AssemblyQualifiedName; in DefaultSerializationProviderAttribute()
42 ProviderTypeName = providerTypeName; in DefaultSerializationProviderAttribute()
48 public string ProviderTypeName { get; } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSettingsProviderAttribute.cs37 public string ProviderTypeName property in System.Configuration.SettingsProviderAttribute
H A DApplicationSettingsBase.cs482 … string providerTypeName = ((SettingsProviderAttribute)attribute).ProviderTypeName; in CreateSetting()
641 … string providerTypeName = ((SettingsProviderAttribute)attr).ProviderTypeName;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DSettingsProviderAttribute.cs53 public string ProviderTypeName { property in System.Configuration.SettingsProviderAttribute
H A DApplicationSettingsBase.cs276 Type provider_type = Type.GetType (provider_attrs[0].ProviderTypeName);
313 Type provider_type = Type.GetType (((SettingsProviderAttribute)a).ProviderTypeName); in CreateSettingsProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/serialization/
H A DDefaultSerializationProviderAttribute.cs49 public string ProviderTypeName { property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DSettingsAttributes.cs185 public string ProviderTypeName { property in System.Configuration.SettingsProviderAttribute
H A DApplicationSettingsBase.cs426 … string providerTypeName = ((SettingsProviderAttribute)attr).ProviderTypeName; in CreateSetting()
552 … string providerTypeName = ((SettingsProviderAttribute)attr).ProviderTypeName;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DDesignerSerializationManager.cs245 …if (providerAttribute != null && this.GetType (providerAttribute.ProviderTypeName) == serializerTy… in GetSerializer()
246 object provider = Activator.CreateInstance (this.GetType (providerAttribute.ProviderTypeName), in GetSerializer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Profile/
H A DProfileBase.cs245 …derType = HttpApplication.LoadType (((SettingsProviderAttribute) attributes [i]).ProviderTypeName); in CreateSettingsProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Configuration/
H A DApplicationSettingsBaseTest.cs295 …l (expected, new SettingsProviderAttribute (typeof (ProviderPoker)).ProviderTypeName.Substring (0,… in TestSettings2_Properties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs1364 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs421 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs5402 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5935 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs5130 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5658 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs5323 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5876 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs5344 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5897 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs5344 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5897 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs5323 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5876 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs5323 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5876 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs5342 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5881 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs5614 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
6175 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs5344 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
5897 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs5605 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
6166 public string ProviderTypeName { get { throw null; } } property in System.Configuration.SettingsProviderAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs3879 public string ProviderTypeName { get { throw null; } } property in System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute

12