7 references to DocumentType
System.Xml (7)
System\Xml\Dom\XmlDocument.cs (4)
356XmlDocumentType dtd = this.DocumentType; 371if ( DocumentType != null ) 1448if ( DocumentType != null ) { 1449XmlNamedNodeMap entites = DocumentType.Entities;
System\Xml\Dom\XmlLoader.cs (2)
603XmlDocumentType docType = this.doc.DocumentType; 824XmlDocumentType dtdNode = doc.DocumentType;
System\Xml\Dom\XmlNodeReader.cs (1)
373XmlDocumentType docType = doc.DocumentType;