3 instantiations of TextTreeFixupNode
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
2350middleSubTree.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge);
2982elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge);
3011elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge, firstContainedNode, lastContainedNode);
2 references to TextTreeFixupNode
PresentationFramework (2)