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