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