1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
758_currentSelection = value;
7 references to _currentSelection
PresentationFramework (7)
System\Windows\Controls\Primitives\MenuBase.cs (7)
745return _currentSelection; 752if (_currentSelection != null) 754wasFocused = _currentSelection.IsKeyboardFocused; 755_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 759if (_currentSelection != null) 761_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox); 764_currentSelection.Focus();