1 write to _currentSelection
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
778_currentSelection = value;
7 references to _currentSelection
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (7)
765return _currentSelection; 772if (_currentSelection != null) 774wasFocused = _currentSelection.IsKeyboardFocused; 775_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 779if (_currentSelection != null) 781_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox); 784_currentSelection.Focus();