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