1 write to MaxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
234set { ComboBox.MaxLength = value; }
4 references to MaxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
698if (MaxLength != value) 2269if (MaxLength > 0) 2271PInvokeCore.SendMessage(this, PInvoke.CB_LIMITTEXT, (WPARAM)MaxLength);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
233get { return ComboBox.MaxLength; }