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