9 references to MAKELONG
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
391
IntPtr wParam = new IntPtr(NativeMethods.Util.
MAKELONG
(id, NativeMethods.CBN_EDITUPDATE));
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
970
int i = NativeMethods.Util.
MAKELONG
((int)lowWord, (int)hiWord);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1152
new IntPtr(NativeMethods.Util.
MAKELONG
(
1171
IntPtr wParam = new IntPtr(NativeMethods.Util.
MAKELONG
(id, NativeMethods.LBN_SELCHANGE));
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
316
int wParam = NativeMethods.Util.
MAKELONG
(NativeMethods.SB_THUMBPOSITION, si.nPos);
427
int wParam = NativeMethods.Util.
MAKELONG
(nAction, 0);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
698
int wParam = NativeMethods.Util.
MAKELONG
((short) NativeMethods.SB_THUMBPOSITION, (short) val);
700
wParam = NativeMethods.Util.
MAKELONG
((short) NativeMethods.SB_THUMBTRACK, (short) val);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
112
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.WM_NCHITTEST, IntPtr.Zero, (IntPtr)NativeMethods.Util.
MAKELONG
(x, y));