74 references to TextEditorSelection
PresentationFramework (74)
src\Framework\System\windows\Documents\TextEditor.cs (5)
382
TextEditorSelection
._RegisterClassHandlers(controlType, registerEventListeners);
476
TextEditorSelection
._ClearSuggestedX(this);
617
TextEditorSelection
._ClearSuggestedX(this);
670
TextEditorSelection
._ClearSuggestedX(this);
1505
this.TextView != null && this.TextView.IsValid &&
TextEditorSelection
.IsPaginated(this.TextView))
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
111
TextEditorSelection
._ClearSuggestedX(This);
171
TextEditorSelection
._ClearSuggestedX(This);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
398
TextEditorSelection
._ClearSuggestedX(This);
519
TextEditorSelection
._ClearSuggestedX(This);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
487
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(this.TextView, dropPosition);
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
149
TextEditorSelection
._ClearSuggestedX(This);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
91
TextEditorSelection
._ClearSuggestedX(This);
src\Framework\System\windows\Documents\TextEditorSelection.cs (58)
183
TextEditorSelection
._ClearSuggestedX(This);
291
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
294
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
302
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
319
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
380
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
383
TextEditorSelection
._ClearSuggestedX(This); // So that when we will request suggestedX below it will take it from the new moving position
391
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
408
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
460
TextEditorSelection
._ClearSuggestedX(This);
477
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
515
TextEditorSelection
._ClearSuggestedX(This);
529
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
582
ITextPointer position =
TextEditorSelection
.GetEndInner(This);
588
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
624
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
654
TextEditorSelection
._ClearSuggestedX(This);
700
ITextPointer position =
TextEditorSelection
.GetStartInner(This);
706
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
738
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
768
TextEditorSelection
._ClearSuggestedX(This);
806
ITextPointer startPositionInner =
TextEditorSelection
.GetStartInner(This);
815
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, startPositionInner);
833
TextEditorSelection
._ClearSuggestedX(This);
858
ITextPointer endPositionInner =
TextEditorSelection
.GetEndInner(This);
866
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, endPositionInner);
885
TextEditorSelection
._ClearSuggestedX(This);
913
TextEditorSelection
._ClearSuggestedX(This);
942
TextEditorSelection
._ClearSuggestedX(This);
1045
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1077
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1217
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out originalMovingPosition);
1249
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1332
TextEditorSelection
._ClearSuggestedX(This);
1373
TextEditorSelection
._ClearSuggestedX(This);
1415
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1449
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1511
double suggestedX =
TextEditorSelection
.GetSuggestedX(This, out movingPosition);
1545
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, newSuggestedX);
1610
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1618
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1630
TextEditorSelection
._ClearSuggestedX(This);
1655
ITextPointer movingPositionInner =
TextEditorSelection
.GetMovingPositionInner(This);
1663
TextSegment lineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, movingPositionInner);
1686
TextSegment anchorLineRange =
TextEditorSelection
.GetNormalizedLineRange(This.TextView, This.Selection.AnchorPosition);
1718
TextEditorSelection
._ClearSuggestedX(This);
1746
TextEditorSelection
._ClearSuggestedX(This);
1774
TextEditorSelection
._ClearSuggestedX(This);
1806
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1836
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
1868
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedX);
1931
TextEditorSelection
.UpdateSuggestedXOnColumnOrPageBoundary(This, e.NewSuggestedOffset.X);
2109
TextEditorSelection
._ClearSuggestedX(textEditor);
2131
TextEditorSelection
._ClearSuggestedX(textEditor);
2184
TextEditorSelection
._ClearSuggestedX(textEditor);
2206
TextEditorSelection
._ClearSuggestedX(textEditor);
2227
TextEditorSelection
._ClearSuggestedX(textEditor);
2247
innerMovingPosition =
TextEditorSelection
.GetMovingPositionInner(This);
src\Framework\System\windows\Documents\TextEditorTables.cs (1)
83
TextEditorSelection
._ClearSuggestedX(This);
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
561
TextEditorSelection
._ClearSuggestedX(This);
611
TextEditorSelection
._ClearSuggestedX(This);
1110
TextEditorSelection
._ClearSuggestedX(This);