11 references to ItemHeight
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComboBox.cs (11)
988dyEdit = ItemHeight; 2168return ItemHeight; 2184return ItemHeight; 3373height = (ItemHeight * count + 2); 3393SendMessage(NativeMethods.CB_SETITEMHEIGHT, -1, ItemHeight); 3394SendMessage(NativeMethods.CB_SETITEMHEIGHT, 0, ItemHeight); 3397SendMessage(NativeMethods.CB_SETITEMHEIGHT, -1, ItemHeight); 3636MeasureItemEventArgs mie = new MeasureItemEventArgs(graphics, mis.itemID, ItemHeight); 3643mis.itemHeight = ItemHeight; 4618int top = parentRect.Top + _owningComboBox.ItemHeight * currentIndex; 4620int height = _owningComboBox.ItemHeight;