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