2 references to GetSymbolOffset
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
559
offset = TextPointer.
GetSymbolOffset
(this, node, node.GetEdgeFromOffsetNoBias(nodeOffset));
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2933
return
GetSymbolOffset
(_tree, _node, this.Edge);