5 implementations of GetFrozenPointer
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
370
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
226
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
315
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
214
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2622
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
46 references to GetFrozenPointer
PresentationFramework (46)
src\Framework\MS\Internal\Annotations\TextAnchor.cs (1)
691
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\MS\Internal\Documents\TextBoxView.cs (4)
785
nextLinePosition = position.
GetFrozenPointer
(position.LogicalDirection);
866
return position.
GetFrozenPointer
(LogicalDirection.Forward);
870
return position.
GetFrozenPointer
(LogicalDirection.Backward);
943
return position.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
368
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
224
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
313
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
src\Framework\System\Windows\Documents\FrameworkRichTextComposition.cs (4)
55
return _ResultStart == null ? null : (TextPointer)_ResultStart.
GetFrozenPointer
(LogicalDirection.Backward);
66
return _ResultEnd == null ? null : (TextPointer)_ResultEnd.
GetFrozenPointer
(LogicalDirection.Forward);
77
return _CompositionStart == null ? null : (TextPointer)_CompositionStart.
GetFrozenPointer
(LogicalDirection.Backward);
88
return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\FrameworkTextComposition.cs (4)
226
_resultStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
227
_resultEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
247
_compositionStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
248
_compositionEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
212
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
src\Framework\System\Windows\Documents\Speller.cs (1)
1790
_basePosition = contextStart.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\SpellerError.cs (2)
35
_start = start.
GetFrozenPointer
(LogicalDirection.Forward);
36
_end = end.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (1)
802
_position = position.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\TextContainerChangeEventArgs.cs (1)
34
_textPosition = textPosition.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\windows\Documents\TextEditorSelection.cs (6)
827
ITextPointer caretPosition = lineRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
879
ITextPointer caretPosition = lineRange.End.
GetFrozenPointer
(orientation);
1166
newMovingPosition = newMovingPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1712
destination = destination.
GetFrozenPointer
(LogicalDirection.Backward);
2340
movingPosition = movingPosition.
GetFrozenPointer
(LogicalDirection.Forward);
2357
return This.Selection.IsEmpty ? This.Selection.Start : This.Selection.Start.
GetFrozenPointer
(LogicalDirection.Forward);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
670
position = position.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\TextPointerBase.cs (3)
575
wordStart = wordStart.
GetFrozenPointer
(LogicalDirection.Backward);
576
wordEnd = wordEnd.
GetFrozenPointer
(LogicalDirection.Forward);
580
wordStart = wordEnd.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
1389
ITextPointer newStart = insertPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1763
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
src\Framework\System\windows\Documents\TextSegment.cs (3)
72
_start = startPosition.
GetFrozenPointer
(startPosition.LogicalDirection);
78
_start = startPosition.
GetFrozenPointer
(preserveLogicalDirection ? startPosition.LogicalDirection : LogicalDirection.Backward);
79
_end = endPosition.
GetFrozenPointer
(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
src\Framework\System\windows\Documents\TextSelection.cs (8)
448
movingPosition = movingPosition.
GetFrozenPointer
(_movingPositionDirection);
644
newMovingPosition = newMovingPosition.
GetFrozenPointer
(contentDirection);
846
startPosition = anchorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
847
movingPosition = cursorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward); ;
851
startPosition = anchorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
852
movingPosition = cursorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward); ;
1885
_anchorPosition = thisSelection.Start.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
1889
_anchorPosition = thisSelection.End.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
src\Framework\System\Windows\Documents\TextStore.cs (1)
3669
start = end.
GetFrozenPointer
(LogicalDirection.Backward);