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