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