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