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