3 instantiations of TextTreeFixupNode
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
2351middleSubTree.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge); 2983elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge); 3012elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge, firstContainedNode, lastContainedNode);
2 references to TextTreeFixupNode
PresentationFramework (2)
System\Windows\Documents\TextPointer.cs (2)
2955TextTreeFixupNode fixup = null; 2988fixup = parentNode as TextTreeFixupNode;