3 references to FocusChanged
PresentationFramework (3)
src\Framework\System\Windows\Controls\Button.cs (2)
92
KeyboardNavigation.Current.
FocusChanged
+= focusChangedEventHandler;
98
KeyboardNavigation.Current.
FocusChanged
-= focusChangedEventHandler;
src\Framework\System\Windows\FrameworkElement.cs (1)
5850
_keyboardNavigation.
FocusChanged
+= _popupControlService.FocusChangedEventHandler;