16 references to LOWORD
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
445
indexLowWord = unchecked((ushort)(NativeMethods.Util.
LOWORD
(result)));
748
int x = (int)((short)NativeMethods.Util.
LOWORD
(result));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
294
int index = NativeMethods.Util.
LOWORD
(ret);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
624
int cx = NativeMethods.Util.
LOWORD
(size) /*- 2 * UnsafeNativeMethods.GetSystemMetrics (NativeMethods.SM_CXBORDER)*/;
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
94
int cPelsAll = NativeMethods.Util.
LOWORD
(size);
119
int cPelsAll = NativeMethods.Util.
LOWORD
(size);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
601
int len = NativeMethods.Util.
LOWORD
(retValue);
MS\Internal\AutomationProxies\WindowsTab.cs (6)
511
int maxPos = NativeMethods.Util.
LOWORD
(range);
545
maxPos = NativeMethods.Util.
LOWORD
(range);
546
currentPos = NativeMethods.Util.
LOWORD
(posResult);
693
int max = NativeMethods.Util.
LOWORD
(range);
815
int max = NativeMethods.Util.
LOWORD
(range);
823
newPos = NativeMethods.Util.
LOWORD
(newPos);
MS\Internal\AutomationProxies\WindowsUpDown.cs (3)
348
return (double)NativeMethods.Util.
LOWORD
(pos);
380
int max = NativeMethods.Util.
LOWORD
(range);
394
int max = NativeMethods.Util.
LOWORD
(range);