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