74 references to TextEditorSelection
PresentationFramework (74)
System\windows\Documents\TextEditor.cs (5)
367
TextEditorSelection
._RegisterClassHandlers(controlType, registerEventListeners);
461
TextEditorSelection
._ClearSuggestedX(this);
590
TextEditorSelection
._ClearSuggestedX(this);
643
TextEditorSelection
._ClearSuggestedX(this);
1477
this.TextView != null && this.TextView.IsValid &&
TextEditorSelection
.IsPaginated(this.TextView))
System\windows\Documents\TextEditorCharacters.cs (2)
109
TextEditorSelection
._ClearSuggestedX(This);
169
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorCopyPaste.cs (2)
316
TextEditorSelection
._ClearSuggestedX(This);
404
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorDragDrop.cs (1)
475
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(this.TextView, dropPosition);
System\windows\Documents\TextEditorLists.cs (1)
147
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorMouse.cs (1)
89
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorSelection.cs (58)
175
TextEditorSelection
._ClearSuggestedX(This);
283
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
286
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
294
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
311
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
372
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
375
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
383
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
400
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
452
TextEditorSelection
._ClearSuggestedX(This);
469
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
507
TextEditorSelection
._ClearSuggestedX(This);
521
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
574
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
580
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
615
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
645
TextEditorSelection
._ClearSuggestedX(This);
691
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
697
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
729
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
759
TextEditorSelection
._ClearSuggestedX(This);
797
ITextPointer startPositionInner =
TextEditorSelection
.GetStartInner(This);
806
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, startPositionInner);
824
TextEditorSelection
._ClearSuggestedX(This);
849
ITextPointer endPositionInner =
TextEditorSelection
.GetEndInner(This);
857
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, endPositionInner);
876
TextEditorSelection
._ClearSuggestedX(This);
904
TextEditorSelection
._ClearSuggestedX(This);
933
TextEditorSelection
._ClearSuggestedX(This);
1036
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1068
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1208
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1240
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1323
TextEditorSelection
._ClearSuggestedX(This);
1364
TextEditorSelection
._ClearSuggestedX(This);
1406
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1440
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1502
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1536
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1601
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1609
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1621
TextEditorSelection
._ClearSuggestedX(This);
1646
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1654
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1677
TextSegment anchorLineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, This.Selection.AnchorPosition);
1709
TextEditorSelection
._ClearSuggestedX(This);
1737
TextEditorSelection
._ClearSuggestedX(This);
1765
TextEditorSelection
._ClearSuggestedX(This);
1797
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1827
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
1859
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1922
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
2100
TextEditorSelection
._ClearSuggestedX(textEditor);
2122
TextEditorSelection
._ClearSuggestedX(textEditor);
2175
TextEditorSelection
._ClearSuggestedX(textEditor);
2197
TextEditorSelection
._ClearSuggestedX(textEditor);
2218
TextEditorSelection
._ClearSuggestedX(textEditor);
2238
innerMovingPosition =
TextEditorSelection
.GetMovingPositionInner(This);
System\windows\Documents\TextEditorTables.cs (1)
81
TextEditorSelection
._ClearSuggestedX(This);
System\windows\Documents\TextEditorTyping.cs (3)
545
TextEditorSelection
._ClearSuggestedX(This);
595
TextEditorSelection
._ClearSuggestedX(This);
1093
TextEditorSelection
._ClearSuggestedX(This);