1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
2628
_currentSelection
= value;
5 references to _currentSelection
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (5)
2618
return
_currentSelection
;
2623
if (
_currentSelection
!= null)
2625
_currentSelection
.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox);
2630
if (
_currentSelection
!= null)
2632
_currentSelection
.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);