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