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