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