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