3 references to SendMessage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1132
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, childEdit.Handle), NativeMethods.EM_REPLACESEL, NativeMethods.InvalidIntPtr, str);
3443
UnsafeNativeMethods.
SendMessage
(new HandleRef(this, childEdit.Handle), NativeMethods.WM_SETTEXT, IntPtr.Zero, s);
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
643
int result = (int) UnsafeNativeMethods.
SendMessage
(new HandleRef(parent, parent.Handle), NativeMethods.SB_SETTEXT, (IntPtr)wparam, sendText);