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