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