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