32 references to LOWORD
System.Windows.Forms (32)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1056int keycode = NativeMethods.Util.LOWORD(m.WParam);
winforms\Managed\System\WinForms\ComboBox.cs (1)
1947if (Cursor != DefaultCursor && childEdit != null && m.HWnd == childEdit.Handle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) {
winforms\Managed\System\WinForms\Control.cs (7)
12834if (Command.DispatchID(NativeMethods.Util.LOWORD(m.WParam))) return; 13225int item = NativeMethods.Util.LOWORD(m.WParam); 13627IntPtr handle = window.GetHandleFromID((short)NativeMethods.Util.LOWORD(m.WParam)); 13818if (m.WParam == InternalHandle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) { 13864int msg = NativeMethods.Util.LOWORD(m.WParam); 14000int cmd = NativeMethods.Util.LOWORD(m.WParam); 16574pt.x = NativeMethods.Util.LOWORD(msg.lParam);
winforms\Managed\System\WinForms\Form.cs (4)
6946Active = NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.WA_INACTIVE; 7357int x = NativeMethods.Util.LOWORD(m.LParam); 7412int sc = (NativeMethods.Util.LOWORD(m.WParam) & 0xFFF0); 7440if (Command.DispatchID(NativeMethods.Util.LOWORD(m.WParam))) {
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1924if (m.WParam == InternalHandle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) {
winforms\Managed\System\WinForms\Menu.cs (1)
634char menuKey = Char.ToUpper((char) NativeMethods.Util.LOWORD(m.WParam), CultureInfo.CurrentCulture);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
367lDescription = Parenthesize(MsgToString(NativeMethods.Util.LOWORD(wparam)));
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
362switch (NativeMethods.Util.LOWORD(m.WParam)) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6080if (Visible && NativeMethods.Util.LOWORD(m.WParam) == NativeMethods.WA_INACTIVE && !this.OwnsWindow(activatedWindow)) {
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3740int loWord = Util.LOWORD(m.WParam); 3753loWord = Util.LOWORD(m.WParam);
winforms\Managed\System\WinForms\ScrollableControl.cs (5)
1313bool thumbTrack = NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.SB_THUMBTRACK; 1322switch (NativeMethods.Util.LOWORD(m.WParam)) { 1399switch (NativeMethods.Util.LOWORD(m.WParam)) { 1443if (GetScrollState(ScrollStateFullDrag) || NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.SB_THUMBTRACK) { 1457ScrollEventType type = (ScrollEventType)NativeMethods.Util.LOWORD(m.WParam);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
819ScrollEventType type = (ScrollEventType)NativeMethods.Util.LOWORD(m.WParam);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1100int x = NativeMethods.Util.LOWORD(m.LParam);
winforms\Managed\System\WinForms\StatusStrip.cs (2)
558int x = NativeMethods.Util.LOWORD(m.LParam); 618int x = NativeMethods.Util.LOWORD(m.LParam);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1650int id = NativeMethods.Util.LOWORD(m.WParam);
winforms\Managed\System\WinForms\ToolTip.cs (1)
1785int width = NativeMethods.Util.LOWORD(bubbleSizeInt);
winforms\Managed\System\WinForms\TrackBar.cs (1)
1175switch (NativeMethods.Util.LOWORD(m.WParam)) {