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