3 references to ApplicationCache
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
449
return _cssLocation = StyleSheetLocation.
ApplicationCache
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
318
if (CssLocation == StyleSheetLocation.
ApplicationCache
) {
403
if (CssLocation == StyleSheetLocation.
ApplicationCache
&& !writer.IsStyleSheetEmpty()) {