14 instantiations of SettingsPropertyCollection
System (10)
sys\system\configuration\ApplicationSettingsBase.cs (4)
133_settings = new SettingsPropertyCollection(); 139_settings = new SettingsPropertyCollection(); 500_settings = new SettingsPropertyCollection(); 598SettingsPropertyCollection properties = new SettingsPropertyCollection();
sys\system\configuration\LocalFileSettingsProvider.cs (4)
228SettingsPropertyCollection local = new SettingsPropertyCollection(); 229SettingsPropertyCollection roaming = new SettingsPropertyCollection(); 292SettingsPropertyCollection properties = new SettingsPropertyCollection(); 513SettingsPropertyCollection upgradeProperties = new SettingsPropertyCollection();
sys\system\configuration\SettingsBase.cs (1)
142SettingsPropertyCollection ppc = new SettingsPropertyCollection();
sys\system\configuration\SettingsPropertyCollection.cs (1)
93return new SettingsPropertyCollection(_Hashtable);
System.Web (2)
Profile\HttpProfileBase.cs (2)
393s_Properties = new SettingsPropertyCollection(); 477s_Properties = new SettingsPropertyCollection();
System.Web.Extensions (2)
ClientServices\Providers\ClientSettingsProvider.cs (2)
78SettingsPropertyCollection retColl = new SettingsPropertyCollection(); 332_Properties = new SettingsPropertyCollection();
28 references to SettingsPropertyCollection
System (18)
sys\system\configuration\ApplicationSettingsBase.cs (4)
37private SettingsPropertyCollection _settings; 127public override SettingsPropertyCollection Properties { 597private SettingsPropertyCollection GetPropertiesForProvider(SettingsProvider provider) { 598SettingsPropertyCollection properties = new SettingsPropertyCollection();
sys\system\configuration\IApplicationSettingsProvider.cs (1)
33void Upgrade(SettingsContext context, SettingsPropertyCollection properties);
sys\system\configuration\LocalFileSettingsProvider.cs (8)
91public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties) { 225public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) { 228SettingsPropertyCollection local = new SettingsPropertyCollection(); 229SettingsPropertyCollection roaming = new SettingsPropertyCollection(); 292SettingsPropertyCollection properties = new SettingsPropertyCollection(); 393private SettingsPropertyValueCollection GetSettingValuesFromFile(string configFileName, string sectionName, bool userScoped, SettingsPropertyCollection properties) { 508private void Upgrade(SettingsContext context, SettingsPropertyCollection properties, bool isRoaming) { 513SettingsPropertyCollection upgradeProperties = new SettingsPropertyCollection();
sys\system\configuration\SettingsBase.cs (4)
95SettingsPropertyCollection properties, 134virtual public SettingsPropertyCollection Properties { get { return _Properties; }} 142SettingsPropertyCollection ppc = new SettingsPropertyCollection(); 169private SettingsPropertyCollection _Properties = null;
sys\system\configuration\SettingsProvider.cs (1)
18public abstract SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection);
System.Web (3)
Profile\HttpProfileBase.cs (2)
201new static public SettingsPropertyCollection Properties { 655private static SettingsPropertyCollection s_Properties = null;
Profile\SqlProfileProvider.cs (1)
117public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties)
System.Web.Extensions (7)
ClientServices\Providers\ClientSettingsProvider.cs (7)
51private SettingsPropertyCollection _Properties = null; 74public static SettingsPropertyCollection GetPropertyMetadata(string serviceUri) 78SettingsPropertyCollection retColl = new SettingsPropertyCollection(); 122private static void AddToColl(ProfilePropertyMetadata p, SettingsPropertyCollection retColl, bool isAuthenticated) { 216public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection propertyCollection) { 322public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) { 417static private void StoreKnownTypes(SettingsPropertyCollection propertyCollection)