12 references to HIWORD
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
446lineLowWord = unchecked((ushort)(NativeMethods.Util.HIWORD(result))); 749int y = (int)((short)NativeMethods.Util.HIWORD(result));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
292if (NativeMethods.Util.HIWORD(ret) == 0)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
625int cy = NativeMethods.Util.HIWORD (size) /*- 2 * UnsafeNativeMethods.GetSystemMetrics (NativeMethods.SM_CYBORDER)*/;
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
100int cPelsAll = NativeMethods.Util.HIWORD (size); 125int cPelsAll = NativeMethods.Util.HIWORD (size);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
506int minPos = NativeMethods.Util.HIWORD(range); 540minPos = NativeMethods.Util.HIWORD(range); 812int min = NativeMethods.Util.HIWORD(range); 814if (NativeMethods.Util.HIWORD (newPos) == 0)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
379int min = NativeMethods.Util.HIWORD(range); 393int min = NativeMethods.Util.HIWORD(range);