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