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