3 references to GotFocusEvent
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (3)
542add { AddHandler(GotFocusEvent, value); } 543remove { RemoveHandler(GotFocusEvent, value); } 575ce.OnGotFocus(new RoutedEventArgs(GotFocusEvent, ce));