System\Windows\Documents\Speller.cs (5)
197TextMap textMap = new(contextStart, contextEnd, contentStart, contentEnd);
714textMap = new TextMap(wordBreakLeft, wordBreakRight, caretPosition, caretPosition);
820textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd);
1141textMap = new TextMap(start, end, position, position);
1379textMap = new TextMap(start, end, start, end);