6 references to KeyDownEvent
PresentationFramework (3)
src\Framework\System\Windows\Controls\DatePicker.cs (2)
665_textBox.RemoveHandler(TextBox.KeyDownEvent, new KeyEventHandler(TextBox_KeyDown)); 710_textBox.AddHandler(TextBox.KeyDownEvent, new KeyEventHandler(TextBox_KeyDown), true);
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
996SetUpEventHandler(element, UIElement.KeyDownEvent, new KeyEventHandler(OnKeyDown)); //initiates navigation
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (2)
438target.AddHandler(UIElement.KeyDownEvent, new KeyEventHandler(OnKeyDownTargetKeyDown), false); 445target.RemoveHandler(UIElement.KeyDownEvent, new KeyEventHandler(OnKeyDownTargetKeyDown));
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
854Event = DataGridRow.KeyDownEvent,