6 references to LOWORD
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
331int index = PARAM.LOWORD(PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.EM_CHARFROMPOS, 0, PARAM.FromPoint(pt)));
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
361Point pt = new(PARAM.LOWORD(lpmsg->lParam), PARAM.HIWORD(lpmsg->lParam));
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1756&& m.HWnd == _childEdit.Handle && PARAM.LOWORD(m.LParamInternal) == (int)PInvoke.HTCLIENT)
System\Windows\Forms\Input\InputLanguage.cs (2)
172device = PARAM.LOWORD(_handle); 194int langId = PARAM.LOWORD(_handle);
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
118if (PARAM.LOWORD(wParam) == (int)PInvoke.COLOR_ADD)