5 references to GetLogicalTreeNode
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextContainer.cs (4)
624return GetScopingNode(position).GetLogicalTreeNode(); 1256TextElementCollectionHelper.MarkDirty(containingNode.GetLogicalTreeNode()); 2458logicalParent = containingNode.GetLogicalTreeNode(); 2819oldLogicalParent = ((TextTreeNode)containingNode).GetLogicalTreeNode();
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2973return GetScopingNode().GetLogicalTreeNode();