Base:
property
OwnerDocument
Microsoft.Xml.XmlNode.OwnerDocument
4 references to OwnerDocument
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (4)
63get { return OwnerDocument.strDocumentFragmentName; } 69get { return OwnerDocument.strDocumentFragmentName; } 113Debug.Assert(OwnerDocument != null); 114XmlDocument doc = OwnerDocument;