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