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