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);
11 references to ItemHeight
System.Windows.Forms (9)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (9)
836
dyEdit =
ItemHeight
;
1957
return
ItemHeight
;
1969
return
ItemHeight
;
3343
height =
ItemHeight
* count + 2;
3373
PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, (WPARAM)(-1), (LPARAM)
ItemHeight
);
3374
PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, 0,
ItemHeight
);
3378
PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, (WPARAM)(-1), (LPARAM)
ItemHeight
);
3594
MeasureItemEventArgs mie = new(graphics, itemID,
ItemHeight
);
3601
mis->itemHeight = (uint)
ItemHeight
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
539
int itemWidth = _newItemTypes.
ItemHeight
;
547
itemWidth = (int)Math.Max(itemWidth, _newItemTypes.
ItemHeight
+ 1