2 references to TextBox_LostFocus
PresentationFramework (2)
System\Windows\Controls\DatePicker.cs (2)
678_textBox.RemoveHandler(TextBox.LostFocusEvent, new RoutedEventHandler(TextBox_LostFocus)); 723_textBox.AddHandler(TextBox.LostFocusEvent, new RoutedEventHandler(TextBox_LostFocus), true);