1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
2628_currentSelection = value;
5 references to _currentSelection
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (5)
2618return _currentSelection; 2623if (_currentSelection != null) 2625_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2630if (_currentSelection != null) 2632_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);