14 references to HIWORD
System.Private.Windows.Core (1)
Windows\Win32\Foundation\WPARAM.cs (1)
35public short SIGNEDHIWORD => (short)HIWORD;
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (7)
11712(short)m.WParamInternal.HIWORD); 12024hWnd = PInvoke.GetDlgItem(this, m.WParamInternal.HIWORD); 12176if ((m.WParamInternal.HIWORD & PInvoke.UISF_HIDEACCEL) != 0) 12197if ((m.WParamInternal.HIWORD & PInvoke.UISF_HIDEFOCUS) != 0) 12488WmMouseDown(ref m, GetXButton(m.WParamInternal.HIWORD), 1); 12492WmMouseUp(ref m, GetXButton(m.WParamInternal.HIWORD), 1); 12496WmMouseDown(ref m, GetXButton(m.WParamInternal.HIWORD), 2);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
336if (m.WParamInternal.HIWORD == PInvoke.BN_CLICKED)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1422if (m.WParamInternal.HIWORD == PInvoke.BN_CLICKED && !ValidationCancelled)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2337switch ((uint)m.WParamInternal.HIWORD)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3232switch ((uint)m.WParamInternal.HIWORD)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2020uint hiword = m.WParamInternal.HIWORD;
System\Windows\Forms\Rendering\DpiChangedEventArgs.cs (1)
21Debug.Assert((short)m.WParamInternal.HIWORD == DeviceDpiNew, "Non-square pixels!");