3 references to GetTextWithLimit
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
764runLength = TextPointerBase.GetTextWithLimit(navigator, LogicalDirection.Forward, charArray, 0, runLength, endPosition);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
318textLength = TextPointerBase.GetTextWithLimit(textReader, LogicalDirection.Forward, text, 0, textLength, rangeEnd);
src\Framework\System\Windows\Documents\TextStore.cs (1)
2325runCount = TextPointerBase.GetTextWithLimit(navigator, LogicalDirection.Forward, text, charsCopied, Math.Min(cchReq, text.Length - charsCopied), limit);