1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
2608_currentSelection = value;
3 references to _currentSelection
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
2601return _currentSelection; 2606_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2610_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);