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