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