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