3 references to GetTextInRun
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
490int charactersCopied = position.GetTextInRun(LogicalDirection.Forward, textBuffer, 0, textBuffer.Length);
MS\Internal\PtsHost\LineBase.cs (1)
127int charactersCopied = position.GetTextInRun(LogicalDirection.Forward, textBuffer, 0, textBuffer.Length);
MS\Internal\Text\ComplexLine.cs (1)
373int charactersCopied = position.GetTextInRun(LogicalDirection.Forward, textBuffer, 0, textBuffer.Length);