5 implementations of GetFrozenPointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
363
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
213
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\FixedTextPointer.cs (1)
292
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\NullTextNavigator.cs (1)
206
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
System\Windows\Documents\TextPointer.cs (1)
2590
ITextPointer ITextPointer.
GetFrozenPointer
(LogicalDirection logicalDirection)
46 references to GetFrozenPointer
PresentationFramework (46)
MS\Internal\Annotations\TextAnchor.cs (1)
680
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
MS\Internal\Documents\TextBoxView.cs (4)
736
nextLinePosition = position.
GetFrozenPointer
(position.LogicalDirection);
817
return position.
GetFrozenPointer
(LogicalDirection.Forward);
821
return position.
GetFrozenPointer
(LogicalDirection.Backward);
894
return position.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Controls\PasswordTextNavigator.cs (1)
361
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
211
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\FixedTextPointer.cs (1)
290
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\FrameworkRichTextComposition.cs (4)
44
return _ResultStart == null ? null : (TextPointer)_ResultStart.
GetFrozenPointer
(LogicalDirection.Backward);
55
return _ResultEnd == null ? null : (TextPointer)_ResultEnd.
GetFrozenPointer
(LogicalDirection.Forward);
66
return _CompositionStart == null ? null : (TextPointer)_CompositionStart.
GetFrozenPointer
(LogicalDirection.Backward);
77
return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\FrameworkTextComposition.cs (4)
194
_resultStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
195
_resultEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
215
_compositionStart = start.
GetFrozenPointer
(LogicalDirection.Backward);
216
_compositionEnd = end.
GetFrozenPointer
(LogicalDirection.Forward);
System\Windows\Documents\NullTextNavigator.cs (1)
204
/// <see cref="ITextPointer.
GetFrozenPointer
"/>
System\Windows\Documents\Speller.cs (1)
1654
_basePosition = contextStart.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\SpellerError.cs (2)
32
_start = start.
GetFrozenPointer
(LogicalDirection.Forward);
33
_end = end.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\SpellerStatusTable.cs (1)
798
_position = position.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextContainerChangeEventArgs.cs (1)
31
_textPosition = textPosition.
GetFrozenPointer
(LogicalDirection.Forward);
System\windows\Documents\TextEditorSelection.cs (6)
802
ITextPointer caretPosition = lineRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
854
ITextPointer caretPosition = lineRange.End.
GetFrozenPointer
(orientation);
1141
newMovingPosition = newMovingPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1687
destination = destination.
GetFrozenPointer
(LogicalDirection.Backward);
2315
movingPosition = movingPosition.
GetFrozenPointer
(LogicalDirection.Forward);
2332
return This.Selection.IsEmpty ? This.Selection.Start : This.Selection.Start.
GetFrozenPointer
(LogicalDirection.Forward);
System\windows\Documents\TextEditorTyping.cs (1)
635
position = position.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextPointerBase.cs (3)
570
wordStart = wordStart.
GetFrozenPointer
(LogicalDirection.Backward);
571
wordEnd = wordEnd.
GetFrozenPointer
(LogicalDirection.Forward);
575
wordStart = wordEnd.
GetFrozenPointer
(LogicalDirection.Backward);
System\Windows\Documents\TextRangeBase.cs (2)
1371
ITextPointer newStart = insertPosition.
GetFrozenPointer
(LogicalDirection.Backward);
1731
start = end.
GetFrozenPointer
(LogicalDirection.Backward);
System\windows\Documents\TextSegment.cs (3)
68
_start = startPosition.
GetFrozenPointer
(startPosition.LogicalDirection);
74
_start = startPosition.
GetFrozenPointer
(preserveLogicalDirection ? startPosition.LogicalDirection : LogicalDirection.Backward);
75
_end = endPosition.
GetFrozenPointer
(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
System\windows\Documents\TextSelection.cs (8)
429
movingPosition = movingPosition.
GetFrozenPointer
(_movingPositionDirection);
625
newMovingPosition = newMovingPosition.
GetFrozenPointer
(contentDirection);
824
startPosition = anchorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
825
movingPosition = cursorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
829
startPosition = anchorWordRange.End.
GetFrozenPointer
(LogicalDirection.Backward);
830
movingPosition = cursorWordRange.Start.
GetFrozenPointer
(LogicalDirection.Forward);
1858
_anchorPosition = thisSelection.Start.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
1862
_anchorPosition = thisSelection.End.
GetFrozenPointer
(_anchorPosition.LogicalDirection);
System\Windows\Documents\TextStore.cs (1)
3789
start = end.
GetFrozenPointer
(LogicalDirection.Backward);