16 references to LOWORD
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
510
indexLowWord = unchecked((ushort)(NativeMethods.Util.
LOWORD
(result)));
811
int x = (int)((short)NativeMethods.Util.
LOWORD
(result));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
309
int index = NativeMethods.Util.
LOWORD
(ret);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
637
int cx = NativeMethods.Util.
LOWORD
(size) /*- 2 * UnsafeNativeMethods.GetSystemMetrics (NativeMethods.SM_CXBORDER)*/;
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
103
int cPelsAll = NativeMethods.Util.
LOWORD
(size);
128
int cPelsAll = NativeMethods.Util.
LOWORD
(size);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
614
int len = NativeMethods.Util.
LOWORD
(retValue);
MS\Internal\AutomationProxies\WindowsTab.cs (6)
513
int maxPos = NativeMethods.Util.
LOWORD
(range);
547
maxPos = NativeMethods.Util.
LOWORD
(range);
548
currentPos = NativeMethods.Util.
LOWORD
(posResult);
694
int max = NativeMethods.Util.
LOWORD
(range);
816
int max = NativeMethods.Util.
LOWORD
(range);
824
newPos = NativeMethods.Util.
LOWORD
(newPos);
MS\Internal\AutomationProxies\WindowsUpDown.cs (3)
368
return (double)NativeMethods.Util.
LOWORD
(pos);
400
int max = NativeMethods.Util.
LOWORD
(range);
414
int max = NativeMethods.Util.
LOWORD
(range);