3 references to LButton
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
2543if (PInvoke.GetKeyState((int)Keys.LButton) < 0)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2475if (PInvoke.GetKeyState((int)Keys.LButton) < 0)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Properties.cs (1)
9275keyState[(int)Keys.LButton] = lState;