1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
2620_currentSelection = value;
3 references to _currentSelection
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
2613return _currentSelection; 2618_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2622_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);