5 references to SendMessage
System.Private.Windows.Core (5)
Windows\Win32\PInvokeCore.SendMessage.cs (5)
15LRESULT result = SendMessage(hWnd.Handle, (uint)Msg, wParam, lParam);
27LRESULT result = SendMessage(hWnd.Handle, (uint)Msg, (WPARAM)wParam.Handle, lParam);
41return SendMessage(hWnd, Msg, wParam, (LPARAM)c);
56return SendMessage(hWnd, Msg, wParam, (LPARAM)l);
72return SendMessage(hWnd, Msg, (WPARAM)(nuint)w, (LPARAM)(nint)l);