6 references to InternalSubset
System.Data (1)
fx\src\data\System\NewXml\DataPointer.cs (1)
607
return ( ( XmlDocumentType ) (this.node)).
InternalSubset
;
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
825
newNode = CreateDocumentType( docType.Name, docType.PublicId, docType.SystemId, docType.
InternalSubset
);
System\Xml\Dom\XmlLoader.cs (2)
535
IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(this.doc.BaseURI, dtNode.Name, dtNode.PublicId, dtNode.SystemId, dtNode.
InternalSubset
, proxy );
647
( docType == null ) ? null : docType.
InternalSubset
,
System\Xml\Dom\XmlNode.cs (1)
1230
result += ", Name=\"" + documentType.Name + "\", SYSTEM=\"" + documentType.SystemId + "\", PUBLIC=\"" + documentType.PublicId + "\", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay(documentType.
InternalSubset
) + "\"";
System\Xml\Dom\XmlNodeReader.cs (1)
232
retValue = ((XmlDocumentType)curNode).
InternalSubset
; //in this case nav.Value will be null