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