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