1 write to _focusEnterMainFocusScopeEventHandler
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
45
_focusEnterMainFocusScopeEventHandler
= new EventHandler(OnFocusEnterMainFocusScope);
1 reference to _focusEnterMainFocusScopeEventHandler
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
46
KeyboardNavigation.Current.FocusEnterMainFocusScope +=
_focusEnterMainFocusScopeEventHandler
;