3 references to GotFocusEvent
PresentationCore (3)
System\Windows\ContentElement.cs (3)
536add { AddHandler(GotFocusEvent, value); } 537remove { RemoveHandler(GotFocusEvent, value); } 569ce.OnGotFocus(new RoutedEventArgs(GotFocusEvent, ce));