3 types derived from KeyboardEventArgs
PresentationCore (3)
Core\CSharp\System\Windows\Input\FocusChangedEventArgs.cs (1)
12
public class KeyboardFocusChangedEventArgs :
KeyboardEventArgs
Core\CSharp\System\Windows\Input\KeyboardInputProviderAcquireFocusEventArgs.cs (1)
10
public class KeyboardInputProviderAcquireFocusEventArgs :
KeyboardEventArgs
Core\CSharp\System\Windows\Input\KeyEventArgs.cs (1)
13
public class KeyEventArgs :
KeyboardEventArgs
5 references to KeyboardEventArgs
PresentationCore (5)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (4)
168
KeyboardEventArgs
kArgs = args as
KeyboardEventArgs
;
218
KeyboardEventArgs
kArgs = args as
KeyboardEventArgs
;
Core\CSharp\System\Windows\Input\KeyboardEventHandler.cs (1)
9
public delegate void KeyboardEventHandler(object sender,
KeyboardEventArgs
e);