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