2 writes to WM
System.Windows.Forms (2)
System\Windows\Forms\SendKeys\SendKeys.SKEvent.cs (2)
20
WM
= wm;
28
WM
= wm;
9 references to WM
System.Windows.Forms (9)
System\Windows\Forms\SendKeys\SendKeys.cs (8)
679
if (skEvent.
WM
== PInvokeCore.WM_CHAR)
697
if (skEvent.
WM
== PInvokeCore.WM_KEYUP || skEvent.
WM
== PInvokeCore.WM_SYSKEYUP)
765
if ((skEvent.
WM
== PInvokeCore.WM_KEYUP) || (skEvent.
WM
== PInvokeCore.WM_SYSKEYUP))
769
else if ((skEvent.
WM
== PInvokeCore.WM_KEYDOWN) || (skEvent.
WM
== PInvokeCore.WM_SYSKEYDOWN))
830
if (skEvent.
WM
== PInvokeCore.WM_KEYDOWN)
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (1)
58
eventmsg->message = (uint)@event.
WM
;