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