6 references to LOWORD
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
331
int index = PARAM.
LOWORD
(PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.EM_CHARFROMPOS, 0, PARAM.FromPoint(pt)));
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
361
Point 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)
172
device = PARAM.
LOWORD
(_handle);
194
int langId = PARAM.
LOWORD
(_handle);
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
118
if (PARAM.
LOWORD
(wParam) == (int)PInvoke.COLOR_ADD)