2 writes to msg
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Message.cs (2)
55
set {
msg
= value; }
100
m.
msg
= msg;
4 references to msg
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Message.cs (4)
54
get { return
msg
; }
121
msg
== m.
msg
&&
137
return (int)hWnd << 4 |
msg
;