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)
2613
return
_currentSelection
;
2618
_currentSelection
?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox);
2622
_currentSelection
?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);