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