7 references to MK_LBUTTON
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
260
Misc.ProxySendMessage(_hwnd, NativeMethods.WM_LBUTTONDOWN, (IntPtr)NativeMethods.
MK_LBUTTON
, NativeMethods.Util.MAKELPARAM(pt.x, pt.y));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
500
Misc.ProxySendMessage(_hwnd, NativeMethods.WM_LBUTTONDOWN, new IntPtr(NativeMethods.
MK_LBUTTON
), center);
746
Misc.ProxySendMessage(_hwnd, NativeMethods.WM_LBUTTONDOWN, new IntPtr(NativeMethods.
MK_LBUTTON
), center);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1305
Misc.PostMessage(_hwnd, NativeMethods.WM_LBUTTONDOWN, (IntPtr)NativeMethods.
MK_LBUTTON
, NativeMethods.Util.MAKELPARAM(pt.x, pt.y));
1306
Misc.PostMessage(_hwnd, NativeMethods.WM_LBUTTONUP, (IntPtr)NativeMethods.
MK_LBUTTON
, NativeMethods.Util.MAKELPARAM(pt.x, pt.y));
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
563
Misc.ProxySendMessage(_hwnd, NativeMethods.WM_LBUTTONDOWN, (IntPtr)NativeMethods.
MK_LBUTTON
, center);
564
Misc.ProxySendMessage(_hwnd, NativeMethods.WM_LBUTTONUP, (IntPtr)NativeMethods.
MK_LBUTTON
, center);