3 references to KeyDownEvent
PresentationFramework (3)
System\Windows\Controls\DatePicker.cs (2)
672
_textBox.RemoveHandler(TextBox.
KeyDownEvent
, new KeyEventHandler(TextBox_KeyDown));
717
_textBox.AddHandler(TextBox.
KeyDownEvent
, new KeyEventHandler(TextBox_KeyDown), true);
System\Windows\Documents\Hyperlink.cs (1)
924
SetUpEventHandler(element, UIElement.
KeyDownEvent
, new KeyEventHandler(OnKeyDown)); //initiates navigation