2 references to GetKeyStates
PresentationCore (2)
System\Windows\Input\Keyboard.cs (1)
353return Keyboard.PrimaryDevice.GetKeyStates(key);
System\Windows\Input\KeyEventArgs.cs (1)
112get {return this.KeyboardDevice.GetKeyStates(_realKey);}