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