9 references to TextMap
PresentationFramework (9)
System\Windows\Documents\Speller.cs (9)
882if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 888if (sTextRange.Start >= data.TextMap.ContentEndOffset) 930if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 935if (sTextRange.Start >= data.TextMap.ContentEndOffset) 944string word = new(data.TextMap.Text, sTextRange.Start, sTextRange.Length); 953MarkErrorRange(data.TextMap, sTextRange); 994int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1007if (timeOutOffset > data.TextMap.ContentStartOffset) 1009ITextPointer timeoutPosition = data.TextMap.MapOffsetToPosition(timeOutOffset);