2 references to GetTextInternal
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (1)
266string error = TextRangeBase.GetTextInternal(errorStart, errorEnd, ref charArray);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
668return GetTextInternal(startPosition, endPosition, ref charArray);