4 references to XhtmlMobileDocType
System.Web (4)
UI\XhtmlTextWriter.cs (4)
22private XhtmlMobileDocType _docType; 179if (_docType == XhtmlMobileDocType.XhtmlBasic) { 221public virtual void SetDocType(XhtmlMobileDocType docType) { 224if (docType != XhtmlMobileDocType.XhtmlBasic && _commonAttributes["style"] == null) {