4 references to IsStyleSheetEmpty
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (4)
241else if (!writer.IsStyleSheetEmpty () && CssLocation!=StyleSheetLocation.Internal) { 253if (!writer.IsStyleSheetEmpty () && CssLocation == StyleSheetLocation.Internal) { 403if (CssLocation == StyleSheetLocation.ApplicationCache && !writer.IsStyleSheetEmpty()) { 407else if (CssLocation == StyleSheetLocation.SessionState && !writer.IsStyleSheetEmpty()) {