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)
2685return _currentSelection; 2690if (_currentSelection != null) 2692_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2697if (_currentSelection != null) 2699_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);