2 references to SendMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
11741return UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), msg, ref wparam, ref lparam);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1013UnsafeNativeMethods.SendMessage( new HandleRef( this, Handle ), NativeMethods.EM_GETSEL, ref start, ref end );