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