2 writes to DropDownHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
151set { ComboBox.DropDownHeight = value; }
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
554_newItemTypes.DropDownHeight = dropDownHeight;
2 references to DropDownHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3338int height = DropDownHeight;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
150get { return ComboBox.DropDownHeight; }