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)
2628return _currentSelection; 2633if (_currentSelection != null) 2635_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2640if (_currentSelection != null) 2642_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);