6 references to LB_GETITEMRECT
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
43
PInvoke.
LB_GETITEMRECT
,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
392
PInvokeCore.SendMessage(this, PInvoke.
LB_GETITEMRECT
, (WPARAM)index, ref rect);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1444
if (PInvokeCore.SendMessage(this, PInvoke.
LB_GETITEMRECT
, (uint)index, ref rect) == 0)
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListBoxTests.cs (3)
771
Assert.Equal(1, (int)PInvokeCore.SendMessage(control, PInvoke.
LB_GETITEMRECT
, 0, ref rc));
5410
if (m.Msg == (int)PInvoke.
LB_GETITEMRECT
)
5439
if (MakeInvalid && m.Msg == (int)PInvoke.
LB_GETITEMRECT
)