1 write to tempKeyboardStateArray
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
16212tempKeyboardStateArray = new byte[256];
3 references to tempKeyboardStateArray
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
16207return (tempKeyboardStateArray[(int)key] & Control.HighOrderBitMask) != 0; 16211if(tempKeyboardStateArray == null) { 16214UnsafeNativeMethods.GetKeyboardState(tempKeyboardStateArray);