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)
2612
return
_currentSelection
;
2617
_currentSelection
?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox);
2621
_currentSelection
?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);