Home
last modified time | relevance | path

Searched refs:SettingsPropertyCollection (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Configuration/
H A DSettingsPropertyCollectionTest.cs45 SettingsPropertyCollection col = new SettingsPropertyCollection (); in Add()
59 SettingsPropertyCollection col = new SettingsPropertyCollection (); in AddDuplicate()
76 SettingsPropertyCollection col = new SettingsPropertyCollection (); in Remove()
91 SettingsPropertyCollection col = new SettingsPropertyCollection (); in Remove_NonExistant()
106 SettingsPropertyCollection col = new SettingsPropertyCollection (); in Clear()
122 SettingsPropertyCollection col = new SettingsPropertyCollection (); in ReadOnly_Add()
134 SettingsPropertyCollection col = new SettingsPropertyCollection (); in ReadOnly_Remove()
148 SettingsPropertyCollection col = new SettingsPropertyCollection (); in ReadOnly_Clear()
H A DSettingsBaseTest.cs72 public override SettingsPropertyCollection Properties {
76 public SettingsPropertyCollection BaseProperties {
99 s.Initialize (s.Context, new SettingsPropertyCollection (), s.Providers); in PropertiesOverriden()
108 SettingsPropertyCollection props = new SettingsPropertyCollection (); in PropertyValuesInstance()
125 …s.Initialize (new SettingsContext (), new SettingsPropertyCollection (), new SettingsProviderColle… in PropertyValuesUninitialized()
134 SettingsPropertyCollection props = new SettingsPropertyCollection (); in PropertyValuesInitialized()
187 SettingsPropertyCollection props = new SettingsPropertyCollection (); in AddPropertyTypeMismatch()
204 SettingsPropertyCollection props = new SettingsPropertyCollection (); in AddPropertyNoProviderButInProviders()
220 SettingsPropertyCollection props = new SettingsPropertyCollection (); in ExceptionalGetPropertyValues()
257 …opertyValueCollection GetPropertyValues (SettingsContext context, SettingsPropertyCollection props) in GetPropertyValues()
[all …]
H A DLocalFileSettingsProviderTest.cs101 SettingsPropertyCollection col = new SettingsPropertyCollection (); in GetUserScopedPropertyValues()
131 SettingsPropertyCollection col = new SettingsPropertyCollection (); in GetApplicationScopedPropertyValues()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DLocalFileSettingsProvider.cs85 …ertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection properti… in GetPropertyValues()
240 public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) in Upgrade()
244 SettingsPropertyCollection local = new SettingsPropertyCollection(); in Upgrade()
245 SettingsPropertyCollection roaming = new SettingsPropertyCollection(); in Upgrade()
282 SettingsPropertyCollection properties = new SettingsPropertyCollection(); in GetPreviousVersion()
397 …le(string configFileName, string sectionName, bool userScoped, SettingsPropertyCollection properti… in GetSettingValuesFromFile()
513 …private void Upgrade(SettingsContext context, SettingsPropertyCollection properties, bool isRoamin… in Upgrade()
520 SettingsPropertyCollection upgradeProperties = new SettingsPropertyCollection(); in Upgrade()
H A DSettingsPropertyCollection.cs9 public class SettingsPropertyCollection : IEnumerable, ICloneable, ICollection class
14 public SettingsPropertyCollection() in SettingsPropertyCollection() method in System.Configuration.SettingsPropertyCollection
73 return new SettingsPropertyCollection(_hashtable); in Clone()
119 private SettingsPropertyCollection(Hashtable h) in SettingsPropertyCollection() method in System.Configuration.SettingsPropertyCollection
H A DSettingsBase.cs11 private SettingsPropertyCollection _properties = null;
101 SettingsPropertyCollection properties, in Initialize()
148 virtual public SettingsPropertyCollection Properties { get { return _properties; } }
155 SettingsPropertyCollection ppc = new SettingsPropertyCollection(); in GetPropertiesFromProvider()
H A DApplicationSettingsBase.cs23 private SettingsPropertyCollection _settings;
128 public override SettingsPropertyCollection Properties
140 _settings = new SettingsPropertyCollection();
147 _settings = new SettingsPropertyCollection();
575 _settings = new SettingsPropertyCollection(); in EnsureInitialized()
692 private SettingsPropertyCollection GetPropertiesForProvider(SettingsProvider provider) in GetPropertiesForProvider()
694 SettingsPropertyCollection properties = new SettingsPropertyCollection(); in GetPropertiesForProvider()
H A DIApplicationSettingsProvider.cs27 void Upgrade(SettingsContext context, SettingsPropertyCollection properties); in Upgrade()
H A DSettingsProvider.cs11 …ertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collecti… in GetPropertyValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DLocalFileSettingsProvider.cs91 …ertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection properti… in GetPropertyValues()
225 public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) { in Upgrade()
228 SettingsPropertyCollection local = new SettingsPropertyCollection(); in Upgrade()
229 SettingsPropertyCollection roaming = new SettingsPropertyCollection(); in Upgrade()
292 SettingsPropertyCollection properties = new SettingsPropertyCollection(); in GetPreviousVersion()
393 …le(string configFileName, string sectionName, bool userScoped, SettingsPropertyCollection properti… in GetSettingValuesFromFile()
508 …private void Upgrade(SettingsContext context, SettingsPropertyCollection properties, bool isRoamin… in Upgrade()
513 SettingsPropertyCollection upgradeProperties = new SettingsPropertyCollection(); in Upgrade()
H A DSettingsPropertyCollection.cs21 public class SettingsPropertyCollection : IEnumerable, ICloneable, ICollection class
29 public SettingsPropertyCollection() in SettingsPropertyCollection() method in System.Configuration.SettingsPropertyCollection
93 return new SettingsPropertyCollection(_Hashtable); in Clone()
150 private SettingsPropertyCollection(Hashtable h) in SettingsPropertyCollection() method in System.Configuration.SettingsPropertyCollection
H A DSettingsBase.cs95 SettingsPropertyCollection properties, in Initialize()
134 virtual public SettingsPropertyCollection Properties { get { return _Properties; }}
142 SettingsPropertyCollection ppc = new SettingsPropertyCollection(); in GetPropertiesFromProvider()
169 private SettingsPropertyCollection _Properties = null;
H A DApplicationSettingsBase.cs37 private SettingsPropertyCollection _settings;
127 public override SettingsPropertyCollection Properties {
133 _settings = new SettingsPropertyCollection();
139 _settings = new SettingsPropertyCollection();
500 _settings = new SettingsPropertyCollection(); in EnsureInitialized()
597 private SettingsPropertyCollection GetPropertiesForProvider(SettingsProvider provider) { in GetPropertiesForProvider()
598 SettingsPropertyCollection properties = new SettingsPropertyCollection(); in GetPropertiesForProvider()
H A DSettingsProvider.cs18 …ertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collecti… in GetPropertyValues()
H A DIApplicationSettingsProvider.cs33 void Upgrade(SettingsContext context, SettingsPropertyCollection properties); in Upgrade()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DSettingsPropertyCollection.cs35 public class SettingsPropertyCollection : ICloneable, ICollection, IEnumerable class
40 public SettingsPropertyCollection () in SettingsPropertyCollection() method in System.Configuration.SettingsPropertyCollection
73 SettingsPropertyCollection col = new SettingsPropertyCollection (); in Clone()
H A DApplicationSettingsBase.cs174 SettingsPropertyCollection col = new SettingsPropertyCollection (); in CacheValuesByProvider()
194 void InitializeSettings (SettingsPropertyCollection settings) in InitializeSettings()
262 public override SettingsPropertyCollection Properties {
271 properties = new SettingsPropertyCollection ();
302 …void CreateSettingsProperty (PropertyInfo prop, SettingsPropertyCollection properties, ref Setting… in CreateSettingsProperty()
429 SettingsPropertyCollection properties;
H A DSettingsBase.cs43 SettingsPropertyCollection properties, in Initialize()
118 public virtual SettingsPropertyCollection Properties {
178 SettingsPropertyCollection properties;
H A DLocalFileSettingsProvider.cs56 SettingsPropertyCollection properties) in GetPropertyValues()
89 SettingsPropertyCollection properties) in Upgrade()
H A DIApplicationSettingsProvider.cs42 SettingsPropertyCollection properties); in Upgrade()
H A DSettingsProvider.cs47 SettingsPropertyCollection collection); in GetPropertyValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.ClientServices.Providers/
H A DClientSettingsProvider.cs65 public static SettingsPropertyCollection GetPropertyMetadata (string serviceUri) in GetPropertyMetadata()
75 …rtyValueCollection GetPropertyValues (SettingsContext context, SettingsPropertyCollection property… in GetPropertyValues()
95 public void Upgrade (SettingsContext context, SettingsPropertyCollection properties) in Upgrade()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DLocalFileSettingsProviderTests.cs23 var properties = new SettingsPropertyCollection(); in GetPropertyValues_NotStoredProperty_ValueEqualsNull()
40 var properties = new SettingsPropertyCollection(); in GetPropertyValues_NotStoredConnectionStringProperty_ValueEqualsEmptyString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ClientServices/Providers/
H A DClientSettingsProvider.cs51 private SettingsPropertyCollection _Properties = null;
74 public static SettingsPropertyCollection GetPropertyMetadata(string serviceUri) in GetPropertyMetadata()
78 SettingsPropertyCollection retColl = new SettingsPropertyCollection(); in GetPropertyMetadata()
122 …private static void AddToColl(ProfilePropertyMetadata p, SettingsPropertyCollection retColl, bool … in AddToColl()
216 …ertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection property… in GetPropertyValues()
322 public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) { in Upgrade()
332 _Properties = new SettingsPropertyCollection(); in GetPreviousVersion()
417 static private void StoreKnownTypes(SettingsPropertyCollection propertyCollection) in StoreKnownTypes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Profile/
H A DProfileBase.cs49 static SettingsPropertyCollection _properties = null;
53 SettingsPropertyCollection properties = new SettingsPropertyCollection (); in InitProperties()
350 public new static SettingsPropertyCollection Properties {

123