Base:
property
Context
System.Configuration.SettingsBase.Context
4 references to Context
System.Configuration.ConfigurationManager (4)
System\Configuration\ApplicationSettingsBase.cs (4)
209
Context
["SettingsKey"] = _settingsKey;
293
value = clientProv.GetPreviousVersion(
Context
, sp);
360
(provider as IApplicationSettingsProvider)?.Reset(
Context
);
427
(provider as IApplicationSettingsProvider)?.Upgrade(
Context
, GetPropertiesForProvider(provider));