Base:
property
OwnerDocument
System.Xml.XmlNode.OwnerDocument
4 references to OwnerDocument
System.Private.Xml (4)
System\Xml\Dom\XmlDocumentFragment.cs (4)
59get { return OwnerDocument!.strDocumentFragmentName; } 65get { return OwnerDocument!.strDocumentFragmentName; } 109Debug.Assert(OwnerDocument != null); 110XmlDocument doc = OwnerDocument;