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