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)
507int maxPos = NativeMethods.Util.LOWORD(range); 541maxPos = NativeMethods.Util.LOWORD(range); 542currentPos = NativeMethods.Util.LOWORD(posResult); 689int max = NativeMethods.Util.LOWORD(range); 811int max = NativeMethods.Util.LOWORD(range); 819newPos = 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);