4 references to IsHTMLSchema
System.Web.Mobile (4)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
181if (IsHTMLSchema(CurrentChoice))
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
107return (CurrentChoice != null && IsHTMLSchema(CurrentChoice) && !ErrorMode); 586if (CurrentChoice != null && !IsHTMLSchema(CurrentChoice))
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
530if (IsHTMLSchema(CurrentChoice))