9 references to MAKELONG
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
408
IntPtr wParam = new IntPtr(NativeMethods.Util.
MAKELONG
(id, NativeMethods.CBN_EDITUPDATE));
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
1035
int i = NativeMethods.Util.
MAKELONG
((int)lowWord, (int)hiWord);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1164
new IntPtr(NativeMethods.Util.
MAKELONG
(
1183
IntPtr wParam = new IntPtr(NativeMethods.Util.
MAKELONG
(id, NativeMethods.LBN_SELCHANGE));
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
326
int wParam = NativeMethods.Util.
MAKELONG
(NativeMethods.SB_THUMBPOSITION, si.nPos);
437
int wParam = NativeMethods.Util.
MAKELONG
(nAction, 0);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
713
int wParam = NativeMethods.Util.
MAKELONG
((short) NativeMethods.SB_THUMBPOSITION, (short) val);
715
wParam = NativeMethods.Util.
MAKELONG
((short) NativeMethods.SB_THUMBTRACK, (short) val);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
124
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.WM_NCHITTEST, IntPtr.Zero, (IntPtr)NativeMethods.Util.
MAKELONG
(x, y));