1 write to _focusEnterMainFocusScopeEventHandler
PresentationFramework (1)
System\Windows\Controls\TreeView.cs (1)
51_focusEnterMainFocusScopeEventHandler = new EventHandler(OnFocusEnterMainFocusScope);
1 reference to _focusEnterMainFocusScopeEventHandler
PresentationFramework (1)
System\Windows\Controls\TreeView.cs (1)
52KeyboardNavigation.Current.FocusEnterMainFocusScope += _focusEnterMainFocusScopeEventHandler;