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