9 references to TextMap
PresentationFramework (9)
System\Windows\Documents\Speller.cs (9)
886if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 892if (sTextRange.Start >= data.TextMap.ContentEndOffset) 934if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 939if (sTextRange.Start >= data.TextMap.ContentEndOffset) 948string word = new(data.TextMap.Text, sTextRange.Start, sTextRange.Length); 957MarkErrorRange(data.TextMap, sTextRange); 998int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1011if (timeOutOffset > data.TextMap.ContentStartOffset) 1013ITextPointer timeoutPosition = data.TextMap.MapOffsetToPosition(timeOutOffset);