24 references to PhysicalFile
System.Web.Mobile (24)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (15)
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) { 442return _cssLocation = StyleSheetLocation.PhysicalFile; 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 (2)
417if (CssLocation == StyleSheetLocation.PhysicalFile) { 446if (CssLocation == StyleSheetLocation.PhysicalFile) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
67if (CssLocation != StyleSheetLocation.PhysicalFile) {