2 writes to _currentItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
495
_currentItem
= item;
504
_currentItem
= null;
1 reference to _currentItem
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
503
object currentItem =
_currentItem
;