System\Windows\Documents\Speller.cs (5)
193TextMap textMap = new(contextStart, contextEnd, contentStart, contentEnd);
707textMap = new TextMap(wordBreakLeft, wordBreakRight, caretPosition, caretPosition);
813textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd);
1134textMap = new TextMap(start, end, position, position);
1372textMap = new TextMap(start, end, start, end);