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