3 references to LB_GETITEMRECT
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
43PInvoke.LB_GETITEMRECT,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
392PInvokeCore.SendMessage(this, PInvoke.LB_GETITEMRECT, (WPARAM)index, ref rect);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1444if (PInvokeCore.SendMessage(this, PInvoke.LB_GETITEMRECT, (uint)index, ref rect) == 0)