System\Windows\Documents\TextPointerBase.cs (8)
64getTextLength = position.GetTextInRun(direction, text, 0, textLength);
80charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, count);
109charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, maxCount);
621int actualCount = thisPosition.GetTextInRun(direction, textBuffer, /*startIndex:*/0, /*count:*/2);
1364if (position.GetTextInRun(LogicalDirection.Backward, neighborhood, 0, 1) == 1 &&
1365position.GetTextInRun(LogicalDirection.Forward, neighborhood, 1, 1) == 1)
1427navigator.GetTextInRun(LogicalDirection.Forward, preceedingText, SelectionWordBreaker.MinContextLength - preceedingCount, runLength);
1444navigator.GetTextInRun(LogicalDirection.Forward, followingText, followingCount, runLength);