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