4 references to GetFromContext
System.Web.Mobile (4)
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;