9 references to TextMap
PresentationFramework (9)
src\Framework\System\Windows\Documents\Speller.cs (9)
958if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 964if (sTextRange.Start >= data.TextMap.ContentEndOffset) 1007if (sTextRange.Start + sTextRange.Length <= data.TextMap.ContentStartOffset) 1012if (sTextRange.Start >= data.TextMap.ContentEndOffset) 1022Array.Copy(data.TextMap.Text, sTextRange.Start, word, 0, sTextRange.Length); 1031MarkErrorRange(data.TextMap, sTextRange); 1072int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1085if (timeOutOffset > data.TextMap.ContentStartOffset) 1087ITextPointer timeoutPosition = data.TextMap.MapOffsetToPosition(timeOutOffset);