2 writes to SelectionLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1357
SelectionLength
= text.Length;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
432
set { ComboBox.
SelectionLength
= value;}
3 references to SelectionLength
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1121
return Text.Substring(SelectionStart,
SelectionLength
);
1180
Select(value,
SelectionLength
);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
431
get { return ComboBox.
SelectionLength
; }