4 references to LVM_GETITEMRECT
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3597
return PInvokeCore.SendMessage(this, PInvoke.
LVM_GETITEMRECT
, (WPARAM)index, ref itemrect) == 0
3626
return PInvokeCore.SendMessage(this, PInvoke.
LVM_GETITEMRECT
, (WPARAM)index, ref itemrect) == 0
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewTests.cs (2)
4170
if (m.Msg == (int)PInvoke.
LVM_GETITEMRECT
)
4200
if (MakeInvalid && m.Msg == (int)PInvoke.
LVM_GETITEMRECT
)