5 instantiations of TextMap
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
192TextMap textMap = new(contextStart, contextEnd, contentStart, contentEnd);
706textMap = new TextMap(wordBreakLeft, wordBreakRight, caretPosition, caretPosition);
812textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd);
1133textMap = new TextMap(start, end, position, position);
1371textMap = new TextMap(start, end, start, end);
18 references to TextMap
PresentationFramework (18)