1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
767_currentSelection = value;
7 references to _currentSelection
PresentationFramework (7)
System\Windows\Controls\Primitives\MenuBase.cs (7)
754return _currentSelection; 761if (_currentSelection != null) 763wasFocused = _currentSelection.IsKeyboardFocused; 764_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 768if (_currentSelection != null) 770_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox); 773_currentSelection.Focus();