3 references to GetTextInRun
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
492int charactersCopied = position.GetTextInRun(LogicalDirection.Forward, textBuffer, 0, textBuffer.Length);
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
131int charactersCopied = position.GetTextInRun(LogicalDirection.Forward, textBuffer, 0, textBuffer.Length);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
378int charactersCopied = position.GetTextInRun(LogicalDirection.Forward, textBuffer, 0, textBuffer.Length);