5 instantiations of SettingsContext
System (4)
sys\system\configuration\ApplicationSettingsBase.cs (4)
105_context = new SettingsContext(); 111_context = new SettingsContext(); 490_context = new SettingsContext(); 547_context = new SettingsContext();
System.Web (1)
Profile\HttpProfileBase.cs (1)
117SettingsContext sc = new SettingsContext();
25 references to SettingsContext
System (17)
sys\system\configuration\ApplicationSettingsBase.cs (2)
35private SettingsContext _context; 99public override SettingsContext Context {
sys\system\configuration\IApplicationSettingsProvider.cs (3)
20SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property); 26void Reset(SettingsContext context); 33void Upgrade(SettingsContext context, SettingsPropertyCollection properties);
sys\system\configuration\LocalFileSettingsProvider.cs (7)
91public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties) { 167public override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values) { 212public void Reset(SettingsContext context) { 225public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) { 287public SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property) { 374private string GetSectionName(SettingsContext context) { 508private void Upgrade(SettingsContext context, SettingsPropertyCollection properties, bool isRoaming) {
sys\system\configuration\SettingsBase.cs (3)
94SettingsContext context, 137virtual public SettingsContext Context { get { return _Context; } } 172private SettingsContext _Context = null;
sys\system\configuration\SettingsProvider.cs (2)
18public abstract SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection); 19public abstract void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection);
System.Web (3)
Profile\HttpProfileBase.cs (1)
117SettingsContext sc = new SettingsContext();
Profile\SqlProfileProvider.cs (2)
117public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext sc, SettingsPropertyCollection properties) 205public override void SetPropertyValues(SettingsContext sc, SettingsPropertyValueCollection properties)
System.Web.Extensions (5)
ClientServices\Providers\ClientSettingsProvider.cs (5)
216public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection propertyCollection) { 275public override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection propertyValueCollection) { 307public void Reset(SettingsContext context) { 322public void Upgrade(SettingsContext context, SettingsPropertyCollection properties) { 330public SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property) {