14 references to GetSelectionStartAndLength
System.Windows.Forms (14)
winforms\Managed\System\WinForms\MaskedTextBox.cs (7)
1986base.GetSelectionStartAndLength( out selStart, out selLength ); 2108base.GetSelectionStartAndLength( out startPosition, out selectionLen ); 2211base.GetSelectionStartAndLength( out selectionStart, out selectionLen ); 2516base.GetSelectionStartAndLength(out selStart, out selLength); 2975base.GetSelectionStartAndLength( out selStart, out selLength ); 3092base.GetSelectionStartAndLength( out startPosition, out selectionLen ); 3292base.GetSelectionStartAndLength( out this.caretTestPos, out this.lastSelLength );
winforms\Managed\System\WinForms\TextBoxBase.cs (7)
1111GetSelectionStartAndLength( out selStart, out selLength ); 1168GetSelectionStartAndLength( out start, out length ); 1179GetSelectionStartAndLength( out selStart, out selLength ); 1205GetSelectionStartAndLength( out selStart, out selLength ); 1418GetSelectionStartAndLength( out selStart, out selLength ); 1576GetSelectionStartAndLength( out this.selectionStart, out this.selectionLength ); 1860GetSelectionStartAndLength( out selStart, out selLength );