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