5 instantiations of TextMap
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
208textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd); 727textMap = new TextMap(wordBreakLeft, wordBreakRight, caretPosition, caretPosition); 833textMap = new TextMap(contextStart, contextEnd, contentStart, contentEnd); 1156textMap = new TextMap(start, end, position, position); 1394textMap = new TextMap(start, end, start, end);
18 references to TextMap
PresentationFramework (18)
System\Windows\Documents\Speller.cs (10)
185TextMap textMap; 713TextMap textMap; 782TextMap textMap; 1058private void MarkErrorRange(TextMap textMap, SpellerInteropBase.ITextRange sTextRange) 1111TextMap textMap; 1254private int FindPositionInSegmentList(TextMap textMap, LogicalDirection direction, ArrayList segments, 1342TextMap textMap; 1932internal TextMapCallbackData(TextMap textmap, object data) 1938internal TextMap TextMap { get { return _textmap; } } 1942private readonly TextMap _textmap;
System\Windows\Documents\TextMapOffsetErrorLogger.cs (8)
24/// <see cref="TextMap.MapOffsetToPosition(int)"/> sometimes fails with an assertion 39/// within Speller because we need access to the internals of <see cref="Speller.TextMap"/> 59public TextMapOffsetErrorLogger(LogicalDirection direction, TextMap textMap, ArrayList segments, int positionInSegmentList, int leftWordBreak, int rightWordBreak, int contentOffset) 191/// Within <see cref="ExpandToWordBreakAndContext"/>, <see cref="TextMap.MapOffsetToPosition"/> 201/// <see cref="TextMap.Text"/> property of the 'textMap' instance 206/// <see cref="TextMap.TextLength"/> property of the 'textMap' instance 211/// <see cref="TextMap.ContentStartOffset"/> property of the 'textMap' instance 216/// <see cref="TextMap.ContentEndOffset"/> property of the 'textMap' instance.