1 write to _currentSelection
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
778
_currentSelection
= value;
7 references to _currentSelection
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (7)
765
return
_currentSelection
;
772
if (
_currentSelection
!= null)
774
wasFocused =
_currentSelection
.IsKeyboardFocused;
775
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox);
779
if (
_currentSelection
!= null)
781
_currentSelection
.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);
784
_currentSelection
.Focus();