5 instantiations of TextMap
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
193TextMap textMap = new(contextStart, contextEnd, contentStart, contentEnd);
710textMap = new TextMap(wordBreakLeft, wordBreakRight, caretPosition, caretPosition);
816textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd);
1137textMap = new TextMap(start, end, position, position);
1375textMap = new TextMap(start, end, start, end);
18 references to TextMap
PresentationFramework (18)