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