3 references to IsKeyToggled
PresentationCore (2)
System\Windows\Input\Keyboard.cs (1)
345
return Keyboard.PrimaryDevice.
IsKeyToggled
(key);
System\Windows\Input\KeyEventArgs.cs (1)
147
get {return this.KeyboardDevice.
IsKeyToggled
(_realKey);}
PresentationFramework (1)
System\windows\Documents\TextEditorTyping.cs (1)
402
TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.
IsKeyToggled
(Key.Insert) : false));