7 references to MapOffsetToPosition
PresentationFramework (7)
src\Framework\System\Windows\Documents\Speller.cs (7)
796
wordBreakLeft = textMap.
MapOffsetToPosition
(leftBreakOffset);
797
wordBreakRight = textMap.
MapOffsetToPosition
(rightBreakOffset);
1087
ITextPointer timeoutPosition = data.TextMap.
MapOffsetToPosition
(timeOutOffset);
1127
errorStart = textMap.
MapOffsetToPosition
(sTextRange.Start);
1128
errorEnd = textMap.
MapOffsetToPosition
(sTextRange.Start + sTextRange.Length);
1255
contentPosition = textMap.
MapOffsetToPosition
(contentOffset);
1278
contextPosition = textMap.
MapOffsetToPosition
(contextOffset);