3 references to CB_GETITEMHEIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
739
int h = unchecked( (int) (long)SendMessage(NativeMethods.
CB_GETITEMHEIGHT
, 0, 0) );
2177
int h = unchecked( (int) (long)SendMessage(NativeMethods.
CB_GETITEMHEIGHT
, index, 0) );
3400
int original = unchecked( (int) (long)SendMessage(NativeMethods.
CB_GETITEMHEIGHT
, i, 0));