16 references to LOWORD
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
445indexLowWord = unchecked((ushort)(NativeMethods.Util.LOWORD(result))); 746int x = (int)((short)NativeMethods.Util.LOWORD(result));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
297int index = NativeMethods.Util.LOWORD(ret);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
627int cx = NativeMethods.Util.LOWORD (size) /*- 2 * UnsafeNativeMethods.GetSystemMetrics (NativeMethods.SM_CXBORDER)*/;
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
92int cPelsAll = NativeMethods.Util.LOWORD (size); 117int cPelsAll = NativeMethods.Util.LOWORD (size);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
600int len = NativeMethods.Util.LOWORD(retValue);
MS\Internal\AutomationProxies\WindowsTab.cs (6)
513int maxPos = NativeMethods.Util.LOWORD(range); 547maxPos = NativeMethods.Util.LOWORD(range); 548currentPos = NativeMethods.Util.LOWORD(posResult); 694int max = NativeMethods.Util.LOWORD(range); 816int max = NativeMethods.Util.LOWORD(range); 824newPos = NativeMethods.Util.LOWORD (newPos);
MS\Internal\AutomationProxies\WindowsUpDown.cs (3)
351return (double)NativeMethods.Util.LOWORD(pos); 383int max = NativeMethods.Util.LOWORD(range); 397int max = NativeMethods.Util.LOWORD(range);