System\Windows\Documents\TextPointerBase.cs (8)
65getTextLength = position.GetTextInRun(direction, text, 0, textLength);
81charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, count);
110charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, maxCount);
622int actualCount = thisPosition.GetTextInRun(direction, textBuffer, /*startIndex:*/0, /*count:*/2);
1365if (position.GetTextInRun(LogicalDirection.Backward, neighborhood, 0, 1) == 1 &&
1366position.GetTextInRun(LogicalDirection.Forward, neighborhood, 1, 1) == 1)
1428navigator.GetTextInRun(LogicalDirection.Forward, preceedingText, SelectionWordBreaker.MinContextLength - preceedingCount, runLength);
1445navigator.GetTextInRun(LogicalDirection.Forward, followingText, followingCount, runLength);