2 references to GetTextInRun
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
568
return textNode == null ? 0 : TextPointer.
GetTextInRun
(this, textNode.GetSymbolOffset(this.Generation), textNode, nodeOffset, direction, textBuffer, startIndex, count);
System\Windows\Documents\TextPointer.cs (1)
785
return textNode == null ? 0 :
GetTextInRun
(_tree, GetSymbolOffset(), textNode, -1, direction, textBuffer, startIndex, count);