1 write to parentContext
Microsoft.Web.XmlTransform (1)
XmlElementContext.cs (1)
38this.parentContext = parent;
14 references to parentContext
Microsoft.Web.XmlTransform (14)
XmlElementContext.cs (14)
131string parentPath = parentContext == null ? String.Empty : parentContext.XPath; 145string parentPath = parentContext == null ? String.Empty : parentContext.XPath; 188if (targetParents == null && parentContext != null) { 286if (parentContext == null) { 290return parentContext.GetNamespaceManager().NameTable; 352while (failedContext.parentContext != null && 353failedContext.parentContext.TargetNodes.Count == 0) { 355failedContext = failedContext.parentContext; 371while (failedContext.parentContext != null && 372!String.IsNullOrEmpty(failedContext.parentContext.ParentXPath) && 373failedContext.parentContext.TargetParents.Count == 0) { 375failedContext = failedContext.parentContext;