2 references to GetOffsetFromEdge
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
678nextContextPosition = new StaticTextPointer(this, node, node.GetOffsetFromEdge(edge));
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2598return new StaticTextPointer(_tree, _node, _node.GetOffsetFromEdge(this.Edge));