5 references to OwnerDocument
System.Private.Xml (5)
System\Xml\Dom\XmlAttribute.cs (3)
90set { _name = _name.OwnerDocument.AddAttrXmlName(value, LocalName, NamespaceURI, SchemaInfo); } 104return _name.OwnerDocument; 421return Ref.Equal(_name.NamespaceURI, _name.OwnerDocument.strReservedXmlns);
System\Xml\Dom\XmlElement.cs (2)
106set { _name = _name.OwnerDocument.AddXmlName(value, LocalName, NamespaceURI, SchemaInfo); } 128return _name.OwnerDocument;