1 write to _currentSelection
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
758
_currentSelection
= value;
7 references to _currentSelection
PresentationFramework (7)
System\Windows\Controls\Primitives\MenuBase.cs (7)
745
return
_currentSelection
;
752
if (
_currentSelection
!= null)
754
wasFocused =
_currentSelection
.IsKeyboardFocused;
755
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox);
759
if (
_currentSelection
!= null)
761
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);
764
_currentSelection
.Focus();