19 references to WM_SETCURSOR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
76PInvokeCore.WM_SETCURSOR => "WM_SETCURSOR",
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3078case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Control.cs (2)
1592PInvokeCore.SendMessage(this, PInvokeCore.WM_SETCURSOR, (WPARAM)HWND, (LPARAM)(int)PInvoke.HTCLIENT); 12388case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1763case PInvokeCore.WM_SETCURSOR: 3857case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
304PInvokeCore.SendMessage(this, PInvokeCore.WM_SETCURSOR, (WPARAM)HWND, (LPARAM)(int)PInvoke.HTCLIENT); 1764case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
3135case PInvokeCore.WM_SETCURSOR: 3473case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
370case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
455PInvokeCore.SendMessage(this, PInvokeCore.WM_SETCURSOR, (WPARAM)HWND, (LPARAM)(int)PInvoke.HTCLIENT); 2403case PInvokeCore.WM_SETCURSOR:
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\CommandSet.cs (1)
693PInvokeCore.SendMessage(hwnd, PInvokeCore.WM_SETCURSOR, hwnd, (nint)PInvoke.HTCLIENT);
System\Windows\Forms\Design\ComponentTray.cs (2)
1594case PInvokeCore.WM_SETCURSOR: 2521case PInvokeCore.WM_SETCURSOR:
System\Windows\Forms\Design\ControlDesigner.cs (2)
1781|| m.MsgInternal == PInvokeCore.WM_SETCURSOR) 2144case PInvokeCore.WM_SETCURSOR:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
252yield return new object[] { PInvokeCore.WM_SETCURSOR, " (WM_SETCURSOR)" };