3 references to SessionState
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
451return _cssLocation = StyleSheetLocation.SessionState;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
323else if (CssLocation == StyleSheetLocation.SessionState) { 407else if (CssLocation == StyleSheetLocation.SessionState && !writer.IsStyleSheetEmpty()) {