2 references to TextBox_KeyDown
PresentationFramework (2)
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);