2 writes to DropDownHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
151
set { 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)
3338
int height =
DropDownHeight
;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
150
get { return ComboBox.
DropDownHeight
; }