3 references to DispatchID
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
11145if (Command.DispatchID(m.WParamInternal.LOWORD))
System\Windows\Forms\Form.cs (1)
7075if (Command.DispatchID(m.WParamInternal.LOWORD))
System\Windows\Forms\NotifyIcon.cs (1)
787if (Command.DispatchID((int)msg.WParamInternal & 0xFFFF))