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