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