2 references to TextTreeFixupNode
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
3044elementNode.ParentNode = new TextTreeFixupNode(previousNode, previousEdge, nextNode, nextEdge, firstContainedNode, lastContainedNode);
System\Windows\Documents\TextTreeFixupNode.cs (1)
32this(previousNode, previousEdge, nextNode, nextEdge, null, null)