4 references to GetFromContext
System.Web.Mobile (4)
UI\MobileControls\MobilePage.cs (3)
297Type t = ControlsConfig.GetFromContext(HttpContext.Current).CookielessDataDictionaryType; 382ControlsConfig.GetFromContext(Context).AllowCustomAttributes ? 431ControlsConfig.GetFromContext(Context).GetDeviceConfig(Context);
UI\MobileControls\SessionViewState.cs (1)
192_historySize = ControlsConfig.GetFromContext(context).SessionStateHistorySize;