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