10 references to Document
System.Private.Xml (10)
System\Xml\Dom\XmlDocument.cs (1)
1493XmlDocument parentDocument = nodeToValidate.Document;
System\Xml\Dom\XmlElementList.cs (7)
32Debug.Assert(parent.Document != null); 40_listener = new WeakReference<XmlElementListListener>(new XmlElementListListener(parent.Document, this)); 52XmlNameTable nameTable = _rootNode.Document.NameTable; 72Debug.Assert(parent.Document != null); 73XmlNameTable nt = parent.Document.NameTable; 83Debug.Assert(parent.Document != null); 84XmlNameTable nt = parent.Document.NameTable;
System\Xml\Dom\XmlNode.cs (2)
1079XmlDocument doc = Document; 1168XmlDocument doc = Document;