2 instantiations of ControlsConfig
System.Web.Mobile (2)
UI\MobileControls\MobileControlsSectionHandler.cs (1)
33
ControlsConfig config = new
ControlsConfig
((ControlsConfig)parent);
UI\MobileControls\MobileControlsSectionHelper.cs (1)
24
ControlsConfig config = new
ControlsConfig
(null);
18 references to ControlsConfig
System.Web.Mobile (18)
UI\MobileControls\ControlsConfig.cs (4)
28
private readonly
ControlsConfig
_parent;
34
internal static
ControlsConfig
GetFromContext(HttpContext context)
43
return (
ControlsConfig
)config;
46
internal ControlsConfig(
ControlsConfig
parent)
UI\MobileControls\IndividualDeviceConfig.cs (2)
37
private readonly
ControlsConfig
_controlsConfig;
69
internal IndividualDeviceConfig(
ControlsConfig
controlsConfig,
UI\MobileControls\MobileControlsSection.cs (2)
18
private
ControlsConfig
_controlConfig;
67
internal
ControlsConfig
GetControlsConfig() {
UI\MobileControls\MobileControlsSectionHandler.cs (3)
33
ControlsConfig
config = new ControlsConfig((
ControlsConfig
)parent);
152
private IndividualDeviceConfig CreateDeviceConfig(
ControlsConfig
config,
UI\MobileControls\MobileControlsSectionHelper.cs (3)
23
internal static
ControlsConfig
CreateControlsConfig(MobileControlsSection controlSection) {
24
ControlsConfig
config = new ControlsConfig(null);
52
private static IndividualDeviceConfig CreateDeviceConfig(
ControlsConfig
config, DeviceElement device) {
UI\MobileControls\MobilePage.cs (3)
297
Type t =
ControlsConfig
.GetFromContext(HttpContext.Current).CookielessDataDictionaryType;
382
ControlsConfig
.GetFromContext(Context).AllowCustomAttributes ?
431
ControlsConfig
.GetFromContext(Context).GetDeviceConfig(Context);
UI\MobileControls\SessionViewState.cs (1)
192
_historySize =
ControlsConfig
.GetFromContext(context).SessionStateHistorySize;