37 references to StyleSheetLocation
System.Web.Mobile (37)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (22)
101if (CssLocation != StyleSheetLocation.PhysicalFile) { 149if (CssLocation != StyleSheetLocation.PhysicalFile) { 317if (CssLocation == StyleSheetLocation.PhysicalFile) { 336if (CssLocation == StyleSheetLocation.PhysicalFile) { 348if (CssLocation == StyleSheetLocation.PhysicalFile) { 360if (CssLocation == StyleSheetLocation.PhysicalFile) { 372if (CssLocation == StyleSheetLocation.PhysicalFile) { 384if (CssLocation == StyleSheetLocation.PhysicalFile) { 434private StyleSheetLocation _cssLocation = StyleSheetLocation.NotSet; 436protected virtual StyleSheetLocation CssLocation { 438if (_cssLocation != StyleSheetLocation.NotSet) { 442return _cssLocation = StyleSheetLocation.PhysicalFile; 445return _cssLocation = StyleSheetLocation.Internal; 449return _cssLocation = StyleSheetLocation.ApplicationCache; 451return _cssLocation = StyleSheetLocation.SessionState; 471if (CssLocation == StyleSheetLocation.PhysicalFile && 490if (CssLocation == StyleSheetLocation.PhysicalFile && 525if (CssLocation == StyleSheetLocation.PhysicalFile) { 552if (CssLocation == StyleSheetLocation.PhysicalFile) { 613if (CssLocation == StyleSheetLocation.PhysicalFile && (String)Device[XhtmlConstants.RequiresXhtmlCssSuppression] != "true") { 639if (CssLocation == StyleSheetLocation.PhysicalFile && (String)Device[XhtmlConstants.RequiresXhtmlCssSuppression] != "true") {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
329if (CssLocation == StyleSheetLocation.PhysicalFile &&
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (5)
300bool requiresLabelClassSpan = CssLocation == StyleSheetLocation.PhysicalFile && labelClass != null && labelClass.Length > 0; 452bool requiresLabelClassSpan = CssLocation == StyleSheetLocation.PhysicalFile && labelClass != null && labelClass.Length > 0; 498bool requiresItemClassSpan = CssLocation == StyleSheetLocation.PhysicalFile && itemClass != null && itemClass.Length > 0; 602if (CssLocation == StyleSheetLocation.PhysicalFile && labelClass != null && labelClass.Length > 0) { 620if (CssLocation == StyleSheetLocation.PhysicalFile || Device["requiresXhtmlCssSuppression"] == "true") {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (8)
241else if (!writer.IsStyleSheetEmpty () && CssLocation!=StyleSheetLocation.Internal) { 253if (!writer.IsStyleSheetEmpty () && CssLocation == StyleSheetLocation.Internal) { 318if (CssLocation == StyleSheetLocation.ApplicationCache) { 323else if (CssLocation == StyleSheetLocation.SessionState) { 403if (CssLocation == StyleSheetLocation.ApplicationCache && !writer.IsStyleSheetEmpty()) { 407else if (CssLocation == StyleSheetLocation.SessionState && !writer.IsStyleSheetEmpty()) { 417if (CssLocation == StyleSheetLocation.PhysicalFile) { 446if (CssLocation == StyleSheetLocation.PhysicalFile) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
67if (CssLocation != StyleSheetLocation.PhysicalFile) {