src\Framework\System\Windows\Documents\Speller.cs (5)
219textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd);
781textMap = new TextMap(wordBreakLeft, wordBreakRight, caretPosition, caretPosition);
892textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd);
1216textMap = new TextMap(start, end, position, position);
1459textMap = new TextMap(start, end, start, end);