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