9 references to MAKELONG
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
386
IntPtr wParam = new IntPtr(NativeMethods.Util.
MAKELONG
(id, NativeMethods.CBN_EDITUPDATE));
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
971
int i = NativeMethods.Util.
MAKELONG
((int)lowWord, (int)hiWord);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1142
new IntPtr(NativeMethods.Util.
MAKELONG
(
1161
IntPtr wParam = new IntPtr(NativeMethods.Util.
MAKELONG
(id, NativeMethods.LBN_SELCHANGE));
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
318
int wParam = NativeMethods.Util.
MAKELONG
(NativeMethods.SB_THUMBPOSITION, si.nPos);
431
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)
111
int hit = Misc.ProxySendMessageInt(_hwnd, NativeMethods.WM_NCHITTEST, IntPtr.Zero, (IntPtr)NativeMethods.Util.
MAKELONG
(x, y));