4 writes to SelectionLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
1276
SelectionLength
= text.Length;
3058
SelectionLength
= Text.Length;
3076
SelectionLength
= length;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
279
set { ComboBox.
SelectionLength
= value; }
4 references to SelectionLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
1042
get => DropDownStyle == ComboBoxStyle.DropDownList ? string.Empty : Text.Substring(SelectionStart,
SelectionLength
);
1096
Select(value,
SelectionLength
);
3066
if (
SelectionLength
!= 0)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
278
get { return ComboBox.
SelectionLength
; }