9 references to TextMap
PresentationFramework (9)
System\Windows\Documents\Speller.cs (9)
890if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 896if (sTextRange.Start >= data.TextMap.ContentEndOffset) 938if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 943if (sTextRange.Start >= data.TextMap.ContentEndOffset) 952string word = new(data.TextMap.Text, sTextRange.Start, sTextRange.Length); 961MarkErrorRange(data.TextMap, sTextRange); 1002int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1015if (timeOutOffset > data.TextMap.ContentStartOffset) 1017ITextPointer timeoutPosition = data.TextMap.MapOffsetToPosition(timeOutOffset);