1 override of ItemHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
254public override int ItemHeight {
2 writes to ItemHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
398listBox.ItemHeight = RowHeight; 5183DropDownListBox.ItemHeight = RowHeight + 2;
7 references to ItemHeight
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListBox.cs (5)
1771SendMessage(NativeMethods.LB_SETITEMHEIGHT, 0, ItemHeight); 1957MeasureItemEventArgs mie = new MeasureItemEventArgs(graphics, i, ItemHeight); 2366MeasureItemEventArgs mie = new MeasureItemEventArgs(graphics, mis.itemID, ItemHeight); 2376mis.itemHeight = ItemHeight; 2484Height = Math.Max(Height,ItemHeight);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3910bool resizable = DropDownListBox.Items.Count > (DropDownListBox.Height / DropDownListBox.ItemHeight); 5988lb.Height = Math.Max(lb.Height, lb.ItemHeight);