3 instantiations of TextTreeFixupNode
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
2389middleSubTree.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge); 3031elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge); 3060elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge, firstContainedNode, lastContainedNode);
2 references to TextTreeFixupNode
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextPointer.cs (2)
2986TextTreeFixupNode fixup = null; 3019fixup = parentNode as TextTreeFixupNode;