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)
295if (NativeMethods.Util.HIWORD(ret) == 0)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
628int 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)
513int minPos = NativeMethods.Util.HIWORD(range); 547minPos = NativeMethods.Util.HIWORD(range); 819int min = NativeMethods.Util.HIWORD(range); 821if (NativeMethods.Util.HIWORD (newPos) == 0)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
382int min = NativeMethods.Util.HIWORD(range); 396int min = NativeMethods.Util.HIWORD(range);