9 references to MapOffsetToPosition
PresentationFramework (9)
System\Windows\Documents\Speller.cs (7)
721
wordBreakLeft = textMap.
MapOffsetToPosition
(leftBreakOffset);
722
wordBreakRight = textMap.
MapOffsetToPosition
(rightBreakOffset);
1009
ITextPointer timeoutPosition = data.TextMap.
MapOffsetToPosition
(timeOutOffset);
1049
errorStart = textMap.
MapOffsetToPosition
(sTextRange.Start);
1050
errorEnd = textMap.
MapOffsetToPosition
(sTextRange.Start + sTextRange.Length);
1172
contentPosition = textMap.
MapOffsetToPosition
(contentOffset);
1195
contextPosition = textMap.
MapOffsetToPosition
(contextOffset);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
22
/// <see cref="TextMap.
MapOffsetToPosition
(int)"/> sometimes fails with an assertion
189
/// Within <see cref="ExpandToWordBreakAndContext"/>, <see cref="TextMap.
MapOffsetToPosition
"/>