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