1 write to _webConfig
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
113
_webConfig
= webConfig;
6 references to _webConfig
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
124
filters =
_webConfig
.ReadDeviceFilters();
161
_webConfig
.EnsureWebConfigCheckedOut();
465
ArrayList oldFilters =
_webConfig
.ReadDeviceFilters();
471
_webConfig
.EnsureSystemWebSectionIsPresent();
476
_webConfig
.Save();
600
DeviceFilterTreeNode node = new DeviceFilterTreeNode(
_webConfig
);