4 references to GetTextWithLimit
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
705TextPointerBase.GetTextWithLimit(highlightRangeStart.CreateDynamicTextPointer(LogicalDirection.Forward), LogicalDirection.Forward, sb, 0, 256, highlightTransitionPosition.CreateDynamicTextPointer(LogicalDirection.Forward));
System\Windows\Documents\TextRangeBase.cs (1)
753runLength = TextPointerBase.GetTextWithLimit(navigator, LogicalDirection.Forward, charArray, 0, runLength, endPosition);
System\Windows\Documents\TextRangeSerialization.cs (1)
312textLength = TextPointerBase.GetTextWithLimit(textReader, LogicalDirection.Forward, text, 0, textLength, rangeEnd);
System\Windows\Documents\TextStore.cs (1)
2479runCount = TextPointerBase.GetTextWithLimit(navigator, LogicalDirection.Forward, text, charsCopied, Math.Min(cchReq, text.Length - charsCopied), limit);