3 references to LostFocusEvent
PresentationCore (3)
System\Windows\UIElement3D.cs (3)
738add { AddHandler(LostFocusEvent, value); } 739remove { RemoveHandler(LostFocusEvent, value); } 759uiElement3D.OnLostFocus(new RoutedEventArgs(LostFocusEvent, uiElement3D));