1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
2619_currentSelection = value;
3 references to _currentSelection
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
2612return _currentSelection; 2617_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2621_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);