5 references to SendMessage
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
11782return UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), msg, wparam, lparam);
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
341UnsafeNativeMethods.SendMessage(new HandleRef(null, hwnd), (int) NativeMethods.BFFM_SETSELECTION, 1, selectedPath);
winforms\Managed\System\WinForms\ToolTip.cs (3)
538UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title); 577UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, toolTipTitle); 937UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title);