1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
767
_currentSelection
= value;
7 references to _currentSelection
PresentationFramework (7)
System\Windows\Controls\Primitives\MenuBase.cs (7)
754
return
_currentSelection
;
761
if (
_currentSelection
!= null)
763
wasFocused =
_currentSelection
.IsKeyboardFocused;
764
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox);
768
if (
_currentSelection
!= null)
770
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);
773
_currentSelection
.Focus();