3 references to DispatchID
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
12834if (Command.DispatchID(NativeMethods.Util.LOWORD(m.WParam))) return;
winforms\Managed\System\WinForms\Form.cs (1)
7440if (Command.DispatchID(NativeMethods.Util.LOWORD(m.WParam))) {
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
902if (Command.DispatchID((int)msg.WParam & 0xFFFF)) return;