1 write to DropDownHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
282set { ComboBox.DropDownHeight = value;}
2 references to DropDownHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3369int height = DropDownHeight;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
281get { return ComboBox.DropDownHeight; }