21 references to HIWORD
System.Windows.Forms (21)
winforms\Managed\System\WinForms\Button.cs (1)
405if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.BN_CLICKED) {
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1323if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.BN_CLICKED && !ValidationCancelled) {
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1029switch (NativeMethods.Util.HIWORD(m.WParam)) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
3567switch (NativeMethods.Util.HIWORD(m.WParam)) {
winforms\Managed\System\WinForms\Control.cs (8)
13226int flags = NativeMethods.Util.HIWORD(m.WParam); 13873hWnd = UnsafeNativeMethods.GetDlgItem(new HandleRef(this, Handle), NativeMethods.Util.HIWORD(m.WParam)); 14017if ((NativeMethods.Util.HIWORD(m.WParam) & NativeMethods.UISF_HIDEACCEL) != 0) { 14039if ((NativeMethods.Util.HIWORD(m.WParam) & NativeMethods.UISF_HIDEFOCUS) != 0) { 14312WmMouseDown(ref m, GetXButton(NativeMethods.Util.HIWORD(m.WParam)), 1); 14315WmMouseUp(ref m, GetXButton(NativeMethods.Util.HIWORD(m.WParam)), 1); 14318WmMouseDown(ref m, GetXButton(NativeMethods.Util.HIWORD(m.WParam)), 2); 16575pt.y = NativeMethods.Util.HIWORD(msg.lParam);
winforms\Managed\System\WinForms\Form.cs (1)
7358int y = NativeMethods.Util.HIWORD(m.LParam);
winforms\Managed\System\WinForms\ListBox.cs (1)
2303switch (NativeMethods.Util.HIWORD(m.WParam)) {
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
375pos = NativeMethods.Util.HIWORD(m.WParam);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3410switch (Util.HIWORD(m.WParam)) {
winforms\Managed\System\WinForms\StatusStrip.cs (2)
559int y = NativeMethods.Util.HIWORD(m.LParam); 619int y = NativeMethods.Util.HIWORD(m.LParam);
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
2203if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.EN_CHANGE && CanRaiseTextChangedEvent) { 2206else if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.EN_UPDATE) {
winforms\Managed\System\WinForms\ToolTip.cs (1)
1786int height = NativeMethods.Util.HIWORD(bubbleSizeInt);