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