src\Framework\System\Windows\Documents\TextPointerBase.cs (8)
69getTextLength = position.GetTextInRun(direction, text, 0, textLength);
85charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, count);
114charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, maxCount);
626int actualCount = thisPosition.GetTextInRun(direction, textBuffer, /*startIndex:*/0, /*count:*/2);
1372if (position.GetTextInRun(LogicalDirection.Backward, neighborhood, 0, 1) == 1 &&
1373position.GetTextInRun(LogicalDirection.Forward, neighborhood, 1, 1) == 1)
1435navigator.GetTextInRun(LogicalDirection.Forward, preceedingText, SelectionWordBreaker.MinContextLength - preceedingCount, runLength);
1452navigator.GetTextInRun(LogicalDirection.Forward, followingText, followingCount, runLength);