74 references to TextEditorSelection
PresentationFramework (74)
System\windows\Documents\TextEditor.cs (5)
353
TextEditorSelection
._RegisterClassHandlers(controlType, registerEventListeners);
447
TextEditorSelection
._ClearSuggestedX(this);
578
TextEditorSelection
._ClearSuggestedX(this);
631
TextEditorSelection
._ClearSuggestedX(this);
1459
this.TextView != null && this.TextView.IsValid &&
TextEditorSelection
.IsPaginated(this.TextView))
System\windows\Documents\TextEditorCharacters.cs (2)
93
TextEditorSelection
._ClearSuggestedX(This);
153
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorCopyPaste.cs (2)
303
TextEditorSelection
._ClearSuggestedX(This);
391
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorDragDrop.cs (1)
458
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(this.TextView, dropPosition);
System\windows\Documents\TextEditorLists.cs (1)
131
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorMouse.cs (1)
75
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorSelection.cs (58)
160
TextEditorSelection
._ClearSuggestedX(This);
268
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
271
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
279
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
296
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
357
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
360
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
368
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
385
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
437
TextEditorSelection
._ClearSuggestedX(This);
454
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
492
TextEditorSelection
._ClearSuggestedX(This);
506
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
559
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
565
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
600
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
630
TextEditorSelection
._ClearSuggestedX(This);
676
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
682
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
714
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
744
TextEditorSelection
._ClearSuggestedX(This);
782
ITextPointer startPositionInner =
TextEditorSelection
.GetStartInner(This);
791
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, startPositionInner);
809
TextEditorSelection
._ClearSuggestedX(This);
834
ITextPointer endPositionInner =
TextEditorSelection
.GetEndInner(This);
842
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, endPositionInner);
861
TextEditorSelection
._ClearSuggestedX(This);
889
TextEditorSelection
._ClearSuggestedX(This);
918
TextEditorSelection
._ClearSuggestedX(This);
1021
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1053
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1193
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1225
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1308
TextEditorSelection
._ClearSuggestedX(This);
1349
TextEditorSelection
._ClearSuggestedX(This);
1391
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1425
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1487
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1521
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1586
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1594
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1606
TextEditorSelection
._ClearSuggestedX(This);
1631
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1639
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1662
TextSegment anchorLineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, This.Selection.AnchorPosition);
1694
TextEditorSelection
._ClearSuggestedX(This);
1722
TextEditorSelection
._ClearSuggestedX(This);
1750
TextEditorSelection
._ClearSuggestedX(This);
1782
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1812
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
1844
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1907
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
2085
TextEditorSelection
._ClearSuggestedX(textEditor);
2107
TextEditorSelection
._ClearSuggestedX(textEditor);
2160
TextEditorSelection
._ClearSuggestedX(textEditor);
2182
TextEditorSelection
._ClearSuggestedX(textEditor);
2203
TextEditorSelection
._ClearSuggestedX(textEditor);
2223
innerMovingPosition =
TextEditorSelection
.GetMovingPositionInner(This);
System\windows\Documents\TextEditorTables.cs (1)
64
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorTyping.cs (3)
527
TextEditorSelection
._ClearSuggestedX(This);
577
TextEditorSelection
._ClearSuggestedX(This);
1075
TextEditorSelection
._ClearSuggestedX(This);