3 references to TextContainer
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextTreeNode.cs (3)
291
return ((TextTreeRootNode)node).
TextContainer
;
318
parent = ((TextTreeRootNode)node).
TextContainer
.Parent; // This may be null.
361
logicalTreeNode = ((TextTreeRootNode)node).
TextContainer
.Parent;