13 references to SendMessage
System.Windows.Forms (13)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
550
SendMessage
(NativeMethods.LB_GETITEMRECT, index, ref rect);
winforms\Managed\System\WinForms\ListBox.cs (1)
1506
SendMessage
(NativeMethods.LB_GETITEMRECT, index, ref rect);
winforms\Managed\System\WinForms\ListView.cs (3)
3427
if (unchecked( (int) (long)
SendMessage
(NativeMethods.LVM_GETITEMRECT, index, ref itemrect)) == 0)
3450
if (unchecked( (int) (long)
SendMessage
(NativeMethods.LVM_GETITEMRECT, index, ref itemrect)) == 0)
3521
if (unchecked( (int) (long)
SendMessage
(NativeMethods.LVM_GETSUBITEMRECT, itemIndex, ref itemrect)) == 0)
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (1)
64
listView.
SendMessage
(NativeMethods.LVM_GETINSERTMARKRECT, 0, ref rect);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
988
if (unchecked( (int) (long)
SendMessage
(NativeMethods.MCM_GETMINREQRECT, 0, ref rect)) == 0)
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
182
SendMessage
(NativeMethods.TTM_ADJUSTRECT, 1, ref rect);
winforms\Managed\System\WinForms\TabControl.cs (2)
433
SendMessage
(NativeMethods.TCM_ADJUSTRECT, 0, ref rect);
1251
SendMessage
(NativeMethods.TCM_GETITEMRECT, index, ref rect);
winforms\Managed\System\WinForms\ToolBar.cs (3)
719
SendMessage
(NativeMethods.TB_GETRECT, firstVisible, ref rect);
778
SendMessage
(NativeMethods.TB_GETRECT, 0, ref rect);
1545
SendMessage
(NativeMethods.TB_GETRECT, nmTB.iItem, ref rc);