1 write to ItemHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
437_newItemTypes.ItemHeight = Math.Max(s_iconHeight, Font.Height);
12 references to ItemHeight
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (9)
921dyEdit = ItemHeight; 2041return ItemHeight; 2053return ItemHeight; 3461height = ItemHeight * count + 2; 3491PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, (WPARAM)(-1), (LPARAM)ItemHeight); 3492PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, 0, ItemHeight); 3496PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, (WPARAM)(-1), (LPARAM)ItemHeight); 3716MeasureItemEventArgs mie = new(graphics, itemID, ItemHeight); 3723mis->itemHeight = (uint)ItemHeight;
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
32return ItemHeight
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
539int itemWidth = _newItemTypes.ItemHeight; 547itemWidth = (int)Math.Max(itemWidth, _newItemTypes.ItemHeight + 1