5 instantiations of TextMap
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
189
TextMap textMap =
new
(contextStart, contextEnd, contentStart, contentEnd);
703
textMap = new
TextMap
(wordBreakLeft, wordBreakRight, caretPosition, caretPosition);
809
textMap = new
TextMap
(contextStart, contextEnd, contentStart, contentEnd);
1130
textMap = new
TextMap
(start, end, position, position);
1368
textMap = new
TextMap
(start, end, start, end);
11 references to TextMap
PresentationFramework (11)
System\Windows\Documents\Speller.cs (10)
189
TextMap
textMap = new(contextStart, contextEnd, contentStart, contentEnd);
689
TextMap
textMap;
758
TextMap
textMap;
1032
private void MarkErrorRange(
TextMap
textMap, SpellerInteropBase.ITextRange sTextRange)
1085
TextMap
textMap;
1228
private int FindPositionInSegmentList(
TextMap
textMap, LogicalDirection direction, ArrayList segments,
1316
TextMap
textMap;
1896
internal TextMapCallbackData(
TextMap
textmap, object data)
1902
internal
TextMap
TextMap { get { return _textmap; } }
1906
private readonly
TextMap
_textmap;
System\Windows\Documents\TextMapOffsetErrorLogger.cs (1)
57
public TextMapOffsetErrorLogger(LogicalDirection direction,
TextMap
textMap, ArrayList segments, int positionInSegmentList, int leftWordBreak, int rightWordBreak, int contentOffset)