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