Base:
property
OwnerDocument
Microsoft.Xml.XmlNode.OwnerDocument
12 references to OwnerDocument
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (8)
55
Debug.Assert(
OwnerDocument
!= null);
56
XmlDocument doc =
OwnerDocument
;
241
lock (
OwnerDocument
.objLock)
283
attr =
OwnerDocument
.CreateAttribute(name);
351
attr =
OwnerDocument
.CreateAttribute(string.Empty, localName, namespaceURI);
385
attr =
OwnerDocument
.CreateAttribute(string.Empty, localName, namespaceURI);
603
AppendChild(
OwnerDocument
.CreateTextNode(value));
630
if (ns ==
OwnerDocument
.strReservedXmlns)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (3)
102
XmlAttribute dialectAttribute = result.
OwnerDocument
.CreateAttribute(DXD.TrustDec2005Dictionary.Dialect.Value);
136
if (originalRequestParameters.Count > 0 && originalRequestParameters[0] != null && originalRequestParameters[0].
OwnerDocument
!= null)
138
XmlElement secondaryParamElement = originalRequestParameters[0].
OwnerDocument
.CreateElement(DXD.TrustDec2005Dictionary.Prefix.Value, DXD.TrustDec2005Dictionary.SecondaryParameters.Value, DXD.TrustDec2005Dictionary.Namespace.Value);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
550
XmlDocument d = documentation.
OwnerDocument
;