5 implementations of GetFrozenPointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
364
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
214
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\FixedTextPointer.cs (1)
293
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\NullTextNavigator.cs (1)
207
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\TextPointer.cs (1)
2591
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
46 references to GetFrozenPointer
PresentationFramework (46)
MS\Internal\Annotations\TextAnchor.cs (1)
681
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
MS\Internal\Documents\TextBoxView.cs (4)
779
nextLinePosition = position.
GetFrozenPointer
(position.LogicalDirection);
860
return position.
GetFrozenPointer
(LogicalDirection.Forward);
864
return position.
GetFrozenPointer
(LogicalDirection.Backward);
937
return position.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Controls\PasswordTextNavigator.cs (1)
362
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
212
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\FixedTextPointer.cs (1)
291
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\FrameworkRichTextComposition.cs (4)
45
return _ResultStart == null ? null : (TextPointer)_ResultStart.
GetFrozenPointer
(LogicalDirection.Backward);
56
return _ResultEnd == null ? null : (TextPointer)_ResultEnd.
GetFrozenPointer
(LogicalDirection.Forward);
67
return _CompositionStart == null ? null : (TextPointer)_CompositionStart.
GetFrozenPointer
(LogicalDirection.Backward);
78
return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\FrameworkTextComposition.cs (4)
195
_resultStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
196
_resultEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
216
_compositionStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
217
_compositionEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\NullTextNavigator.cs (1)
205
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\Speller.cs (1)
1658
_basePosition = contextStart.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\SpellerError.cs (2)
33
_start = start.
GetFrozenPointer
(LogicalDirection.Forward);
34
_end = end.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\SpellerStatusTable.cs (1)
799
_position = position.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextContainerChangeEventArgs.cs (1)
32
_textPosition = textPosition.
GetFrozenPointer
(LogicalDirection.Forward);
System\windows\Documents\TextEditorSelection.cs (6)
803
ITextPointer caretPosition = lineRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
855
ITextPointer caretPosition = lineRange.End.
GetFrozenPointer
(orientation);
1142
newMovingPosition = newMovingPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1688
destination = destination.
GetFrozenPointer
(LogicalDirection.Backward);
2316
movingPosition = movingPosition.
GetFrozenPointer
(LogicalDirection.Forward);
2333
return This.Selection.IsEmpty ? This.Selection.Start : This.Selection.Start.
GetFrozenPointer
(LogicalDirection.Forward);
System\windows\Documents\TextEditorTyping.cs (1)
645
position = position.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextPointerBase.cs (3)
571
wordStart = wordStart.
GetFrozenPointer
(LogicalDirection.Backward);
572
wordEnd = wordEnd.
GetFrozenPointer
(LogicalDirection.Forward);
576
wordStart = wordEnd.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextRangeBase.cs (2)
1372
ITextPointer newStart = insertPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1732
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
System\windows\Documents\TextSegment.cs (3)
69
_start = startPosition.
GetFrozenPointer
(startPosition.LogicalDirection);
75
_start = startPosition.
GetFrozenPointer
(preserveLogicalDirection ? startPosition.LogicalDirection : LogicalDirection.Backward);
76
_end = endPosition.
GetFrozenPointer
(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
System\windows\Documents\TextSelection.cs (8)
442
movingPosition = movingPosition.
GetFrozenPointer
(_movingPositionDirection);
638
newMovingPosition = newMovingPosition.
GetFrozenPointer
(contentDirection);
840
startPosition = anchorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
841
movingPosition = cursorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
845
startPosition = anchorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
846
movingPosition = cursorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
1874
_anchorPosition = thisSelection.Start.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
1878
_anchorPosition = thisSelection.End.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
System\Windows\Documents\TextStore.cs (1)
3799
start = end.
GetFrozenPointer
(LogicalDirection.Backward);