4 references to IsKeyDown
Microsoft.VisualStudio.LanguageServices (2)
EditorConfigSettings\Common\TableControlFocusFixer.cs (2)
27if (e.NewFocus is not ListView && (e.KeyboardDevice.IsKeyDown(Key.Left) || e.KeyboardDevice.IsKeyDown(Key.Right)))
PresentationCore (2)
System\Windows\Input\Keyboard.cs (1)
336return Keyboard.PrimaryDevice.IsKeyDown(key);
System\Windows\Input\KeyEventArgs.cs (1)
135get {return this.KeyboardDevice.IsKeyDown(_realKey);}