5 instantiations of TextMap
PresentationFramework (5)
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);
10 references to TextMap
PresentationFramework (10)
src\Framework\System\Windows\Documents\Speller.cs (10)
196TextMap textMap; 767TextMap textMap; 841TextMap textMap; 1113private void MarkErrorRange(TextMap textMap, SpellerInteropBase.ITextRange sTextRange) 1171TextMap textMap; 1314private int FindPositionInSegmentList(TextMap textMap, LogicalDirection direction, ArrayList segments, 1407TextMap textMap; 2035internal TextMapCallbackData(TextMap textmap, object data) 2041internal TextMap TextMap { get { return _textmap; } } 2045private readonly TextMap _textmap;