1 write to _currentSelection
PresentationFramework (1)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2695
_currentSelection
= value;
5 references to _currentSelection
PresentationFramework (5)
src\Framework\System\Windows\Controls\MenuItem.cs (5)
2685
return
_currentSelection
;
2690
if (
_currentSelection
!= null)
2692
_currentSelection
.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox);
2697
if (
_currentSelection
!= null)
2699
_currentSelection
.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);