2 references to LButton
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
3360
if (UnsafeNativeMethods.GetKeyState((int)Keys.
LButton
) < 0) buttons |= MouseButtons.Left;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2855
if (UnsafeNativeMethods.GetKeyState((int)Keys.
LButton
) < 0) {