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