2 writes to document
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
24this.document = document; 29document = other.document;
49 references to document
System.Xml (49)
System\Xml\Dom\DocumentXPathNavigator.cs (49)
29document = other.document; 81return document.NameTable; 119if (Ref.Equal(localName, document.strXmlns)) { 163XmlElement element = document.DocumentElement; 326localName = document.strXmlns; 328string namespaceUri = document.strReservedXmlns; 341if (name == document.strXml) { 342return document.strReservedXml; 344else if (name == document.strXmlns) { 345return document.strReservedXmlns; 351if (name == document.strXmlns) { 362localName = document.strXmlns; 364string namespaceUri = document.strReservedXmlns; 377if (name == document.strXml) { 379source = document.NamespaceXml; 412while (Ref.Equal(attribute.LocalName, document.strXml)) { 425source = document.NamespaceXml; 506|| Ref.Equal(localName, document.strXml)); 513if (PathHasDuplicateNamespace(null, namespaceParent, document.strXml)) { 517source = document.NamespaceXml; 568string namespaceUri = document.strReservedXmlns; 733&& document == that.document) { 743XmlElement element = document.GetElementById(id); 800if (document != that.document) { 860if (document != that.document) { 1197string nsAtom = document.NameTable.Get( namespaceURI ); 1203string localNameAtom = document.NameTable.Get( localName ); 1249DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.PrependChild, source, document); 1250writer.NamespaceManager = GetNamespaceManager(source, document); 1264DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendChild, source, document); 1265writer.NamespaceManager = GetNamespaceManager(source, document); 1287DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingAfter, node, document); 1288writer.NamespaceManager = GetNamespaceManager(node.ParentNode, document); 1309DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.InsertSiblingBefore, source, document); 1310writer.NamespaceManager = GetNamespaceManager(source.ParentNode, document); 1319DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendAttribute, source, document); 1320writer.NamespaceManager = GetNamespaceManager(source, document); 1366DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.ReplaceToFollowingSibling, node, document); 1367writer.NamespaceManager = GetNamespaceManager(node.ParentNode, document); 1535Debug.Assert(node == document || node.OwnerDocument == document, "Navigator switched documents"); 1589if (!document.HasEntityReferences) { 1606if (!document.HasEntityReferences) { 1623if (!document.HasEntityReferences) { 1648if (!document.HasEntityReferences) { 1673if (!document.HasEntityReferences) {