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