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