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)
996
SetUpEventHandler(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)
438
target.AddHandler(UIElement.
KeyDownEvent
, new KeyEventHandler(OnKeyDownTargetKeyDown), false);
445
target.RemoveHandler(UIElement.
KeyDownEvent
, new KeyEventHandler(OnKeyDownTargetKeyDown));
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
854
Event = DataGridRow.
KeyDownEvent
,