System\Windows\Documents\TextPointerBase.cs (8)
67getTextLength = position.GetTextInRun(direction, text, 0, textLength);
83charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, count);
112charsCopied = thisPointer.GetTextInRun(direction, textBuffer, startIndex, maxCount);
624int actualCount = thisPosition.GetTextInRun(direction, textBuffer, /*startIndex:*/0, /*count:*/2);
1367if (position.GetTextInRun(LogicalDirection.Backward, neighborhood, 0, 1) == 1 &&
1368position.GetTextInRun(LogicalDirection.Forward, neighborhood, 1, 1) == 1)
1430navigator.GetTextInRun(LogicalDirection.Forward, preceedingText, SelectionWordBreaker.MinContextLength - preceedingCount, runLength);
1447navigator.GetTextInRun(LogicalDirection.Forward, followingText, followingCount, runLength);