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