12 references to HIWORD
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
511lineLowWord = unchecked((ushort)(NativeMethods.Util.HIWORD(result))); 812int y = (int)((short)NativeMethods.Util.HIWORD(result));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
307if (NativeMethods.Util.HIWORD(ret) == 0)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
638int cy = NativeMethods.Util.HIWORD (size) /*- 2 * UnsafeNativeMethods.GetSystemMetrics (NativeMethods.SM_CYBORDER)*/;
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
109int cPelsAll = NativeMethods.Util.HIWORD (size); 134int cPelsAll = NativeMethods.Util.HIWORD (size);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
512int minPos = NativeMethods.Util.HIWORD(range); 546minPos = NativeMethods.Util.HIWORD(range); 817int min = NativeMethods.Util.HIWORD(range); 819if (NativeMethods.Util.HIWORD (newPos) == 0)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
399int min = NativeMethods.Util.HIWORD(range); 413int min = NativeMethods.Util.HIWORD(range);