7 references to SendMessage
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
11764
return UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), msg, wparam, ref lparam);
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
335
UnsafeNativeMethods.
SendMessage
(new HandleRef(parent, parent.Handle), NativeMethods.TB_GETRECT, FindButtonIndex(), ref rc);
winforms\Managed\System\WinForms\ToolTip.cs (1)
2325
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.TTM_ADJUSTRECT, 1, ref r);
winforms\Managed\System\WinForms\TreeNode.cs (3)
284
if ((int)UnsafeNativeMethods.
SendMessage
(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEMRECT, 1, ref rc) == 0) {
307
if ((int)UnsafeNativeMethods.
SendMessage
(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEMRECT, 0, ref rc) == 0) {
637
bool visible = ((int)UnsafeNativeMethods.
SendMessage
(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEMRECT, 1, ref rc) != 0);
winforms\Managed\System\WinForms\TreeView.cs (1)
2580
if (unchecked( (int) (long)UnsafeNativeMethods.
SendMessage
(new HandleRef(this, Handle), NativeMethods.TVM_GETITEMRECT, 1, ref rc)) != 0)