13 references to WM_SETCURSOR
System.Windows.Forms (13)
winforms\Managed\System\WinForms\AxHost.cs (1)
3436case NativeMethods.WM_SETCURSOR:
winforms\Managed\System\WinForms\ComboBox.cs (2)
1946case NativeMethods.WM_SETCURSOR: 3825case NativeMethods.WM_SETCURSOR:
winforms\Managed\System\WinForms\Control.cs (2)
2092SendMessage(NativeMethods.WM_SETCURSOR, Handle, (IntPtr)NativeMethods.HTCLIENT); 14215case NativeMethods.WM_SETCURSOR:
winforms\Managed\System\WinForms\LinkLabel.cs (2)
410SendMessage(NativeMethods.WM_SETCURSOR, Handle, NativeMethods.HTCLIENT); 1945case NativeMethods.WM_SETCURSOR:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
66case NativeMethods.WM_SETCURSOR: text = "WM_SETCURSOR"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3340case NativeMethods.WM_SETCURSOR: 3679case NativeMethods.WM_SETCURSOR:
winforms\Managed\System\WinForms\SplitContainer.cs (2)
591SendMessage(NativeMethods.WM_SETCURSOR, Handle, NativeMethods.HTCLIENT); 2496case NativeMethods.WM_SETCURSOR:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
433case NativeMethods.WM_SETCURSOR: