1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
2638
_currentSelection
= value;
5 references to _currentSelection
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (5)
2628
return
_currentSelection
;
2633
if (
_currentSelection
!= null)
2635
_currentSelection
.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox);
2640
if (
_currentSelection
!= null)
2642
_currentSelection
.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);