9 references to TextMap
PresentationFramework (9)
System\Windows\Documents\Speller.cs (9)
903if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 909if (sTextRange.Start >= data.TextMap.ContentEndOffset) 952if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 957if (sTextRange.Start >= data.TextMap.ContentEndOffset) 967Array.Copy(data.TextMap.Text, sTextRange.Start, word, 0, sTextRange.Length); 976MarkErrorRange(data.TextMap, sTextRange); 1017int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1030if (timeOutOffset > data.TextMap.ContentStartOffset) 1032ITextPointer timeoutPosition = data.TextMap.MapOffsetToPosition(timeOutOffset);