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