5 implementations of GetFrozenPointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
368
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
222
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\FixedTextPointer.cs (1)
300
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\NullTextNavigator.cs (1)
212
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\TextPointer.cs (1)
2596
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
46 references to GetFrozenPointer
PresentationFramework (46)
MS\Internal\Annotations\TextAnchor.cs (1)
684
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
MS\Internal\Documents\TextBoxView.cs (4)
781
nextLinePosition = position.
GetFrozenPointer
(position.LogicalDirection);
862
return position.
GetFrozenPointer
(LogicalDirection.Forward);
866
return position.
GetFrozenPointer
(LogicalDirection.Backward);
939
return position.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Controls\PasswordTextNavigator.cs (1)
366
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
220
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\FixedTextPointer.cs (1)
298
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\FrameworkRichTextComposition.cs (4)
49
return _ResultStart == null ? null : (TextPointer)_ResultStart.
GetFrozenPointer
(LogicalDirection.Backward);
60
return _ResultEnd == null ? null : (TextPointer)_ResultEnd.
GetFrozenPointer
(LogicalDirection.Forward);
71
return _CompositionStart == null ? null : (TextPointer)_CompositionStart.
GetFrozenPointer
(LogicalDirection.Backward);
82
return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\FrameworkTextComposition.cs (4)
199
_resultStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
200
_resultEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
220
_compositionStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
221
_compositionEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\NullTextNavigator.cs (1)
210
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\Speller.cs (1)
1662
_basePosition = contextStart.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\SpellerError.cs (2)
35
_start = start.
GetFrozenPointer
(LogicalDirection.Forward);
36
_end = end.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\SpellerStatusTable.cs (1)
801
_position = position.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextContainerChangeEventArgs.cs (1)
34
_textPosition = textPosition.
GetFrozenPointer
(LogicalDirection.Forward);
System\windows\Documents\TextEditorSelection.cs (6)
818
ITextPointer caretPosition = lineRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
870
ITextPointer caretPosition = lineRange.End.
GetFrozenPointer
(orientation);
1157
newMovingPosition = newMovingPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1703
destination = destination.
GetFrozenPointer
(LogicalDirection.Backward);
2331
movingPosition = movingPosition.
GetFrozenPointer
(LogicalDirection.Forward);
2348
return This.Selection.IsEmpty ? This.Selection.Start : This.Selection.Start.
GetFrozenPointer
(LogicalDirection.Forward);
System\windows\Documents\TextEditorTyping.cs (1)
654
position = position.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextPointerBase.cs (3)
573
wordStart = wordStart.
GetFrozenPointer
(LogicalDirection.Backward);
574
wordEnd = wordEnd.
GetFrozenPointer
(LogicalDirection.Forward);
578
wordStart = wordEnd.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextRangeBase.cs (2)
1375
ITextPointer newStart = insertPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1735
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
System\windows\Documents\TextSegment.cs (3)
70
_start = startPosition.
GetFrozenPointer
(startPosition.LogicalDirection);
76
_start = startPosition.
GetFrozenPointer
(preserveLogicalDirection ? startPosition.LogicalDirection : LogicalDirection.Backward);
77
_end = endPosition.
GetFrozenPointer
(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
System\windows\Documents\TextSelection.cs (8)
445
movingPosition = movingPosition.
GetFrozenPointer
(_movingPositionDirection);
641
newMovingPosition = newMovingPosition.
GetFrozenPointer
(contentDirection);
843
startPosition = anchorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
844
movingPosition = cursorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
848
startPosition = anchorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
849
movingPosition = cursorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
1877
_anchorPosition = thisSelection.Start.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
1881
_anchorPosition = thisSelection.End.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
System\Windows\Documents\TextStore.cs (1)
3808
start = end.
GetFrozenPointer
(LogicalDirection.Backward);