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