2 references to LB_GETITEMHEIGHT
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1423
int height = (int)PInvokeCore.SendMessage(this, PInvoke.
LB_GETITEMHEIGHT
, (WPARAM)index);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
224
int itemHeight = (int)PInvokeCore.SendMessage(_owningListBox, PInvoke.
LB_GETITEMHEIGHT
, (WPARAM)i);