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