2 writes to _currentItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (2)
105
_currentItem
= item;
114
_currentItem
= null;
1 reference to _currentItem
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
113
object currentItem =
_currentItem
;