4 writes to ItemHeight
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
531
e.
ItemHeight
= CalculateItemHeight(e.Graphics,
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
815
e.
ItemHeight
= _idealCheckSize + 2;
System\Windows\Forms\Layout\MeasureItemEventArgs.cs (1)
23
ItemHeight
= itemHeight;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
637
e.
ItemHeight
= Math.Max(s_iconHeight + separator, measureFont.Height + separator) + 2 * s_imagePaddingY;
5 references to ItemHeight
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
3385
if (mievent.
ItemHeight
!= original)
3387
PInvokeCore.SendMessage(this, PInvoke.CB_SETITEMHEIGHT, (WPARAM)i, (LPARAM)mievent.
ItemHeight
);
3596
mis->itemHeight = unchecked((uint)mie.
ItemHeight
);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
813
if (e.
ItemHeight
< _idealCheckSize + 2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2382
mis->itemHeight = (uint)mie.
ItemHeight
;