1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
757
_currentSelection
= value;
7 references to _currentSelection
PresentationFramework (7)
System\Windows\Controls\Primitives\MenuBase.cs (7)
744
return
_currentSelection
;
751
if (
_currentSelection
!= null)
753
wasFocused =
_currentSelection
.IsKeyboardFocused;
754
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox);
758
if (
_currentSelection
!= null)
760
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);
763
_currentSelection
.Focus();