74 references to TextEditorSelection
PresentationFramework (74)
System\windows\Documents\TextEditor.cs (5)
352
TextEditorSelection
._RegisterClassHandlers(controlType, registerEventListeners);
446
TextEditorSelection
._ClearSuggestedX(this);
577
TextEditorSelection
._ClearSuggestedX(this);
630
TextEditorSelection
._ClearSuggestedX(this);
1458
this.TextView != null && this.TextView.IsValid &&
TextEditorSelection
.IsPaginated(this.TextView))
System\windows\Documents\TextEditorCharacters.cs (2)
92
TextEditorSelection
._ClearSuggestedX(This);
152
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorCopyPaste.cs (2)
302
TextEditorSelection
._ClearSuggestedX(This);
390
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorDragDrop.cs (1)
457
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(this.TextView, dropPosition);
System\windows\Documents\TextEditorLists.cs (1)
130
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorMouse.cs (1)
74
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorSelection.cs (58)
159
TextEditorSelection
._ClearSuggestedX(This);
267
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
270
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
278
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
295
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
356
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
359
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
367
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
384
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
436
TextEditorSelection
._ClearSuggestedX(This);
453
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
491
TextEditorSelection
._ClearSuggestedX(This);
505
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
558
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
564
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
599
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
629
TextEditorSelection
._ClearSuggestedX(This);
675
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
681
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
713
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
743
TextEditorSelection
._ClearSuggestedX(This);
781
ITextPointer startPositionInner =
TextEditorSelection
.GetStartInner(This);
790
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, startPositionInner);
808
TextEditorSelection
._ClearSuggestedX(This);
833
ITextPointer endPositionInner =
TextEditorSelection
.GetEndInner(This);
841
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, endPositionInner);
860
TextEditorSelection
._ClearSuggestedX(This);
888
TextEditorSelection
._ClearSuggestedX(This);
917
TextEditorSelection
._ClearSuggestedX(This);
1020
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1052
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1192
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1224
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1307
TextEditorSelection
._ClearSuggestedX(This);
1348
TextEditorSelection
._ClearSuggestedX(This);
1390
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1424
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1486
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1520
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1585
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1593
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1605
TextEditorSelection
._ClearSuggestedX(This);
1630
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1638
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1661
TextSegment anchorLineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, This.Selection.AnchorPosition);
1693
TextEditorSelection
._ClearSuggestedX(This);
1721
TextEditorSelection
._ClearSuggestedX(This);
1749
TextEditorSelection
._ClearSuggestedX(This);
1781
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1811
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
1843
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1906
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
2084
TextEditorSelection
._ClearSuggestedX(textEditor);
2106
TextEditorSelection
._ClearSuggestedX(textEditor);
2159
TextEditorSelection
._ClearSuggestedX(textEditor);
2181
TextEditorSelection
._ClearSuggestedX(textEditor);
2202
TextEditorSelection
._ClearSuggestedX(textEditor);
2222
innerMovingPosition =
TextEditorSelection
.GetMovingPositionInner(This);
System\windows\Documents\TextEditorTables.cs (1)
63
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorTyping.cs (3)
526
TextEditorSelection
._ClearSuggestedX(This);
576
TextEditorSelection
._ClearSuggestedX(This);
1074
TextEditorSelection
._ClearSuggestedX(This);