3 writes to _currentItem
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
131_currentItem = currentItem; 981_currentItem = newItem; 1995_currentItem = EnumerableWrapper[_currentPosition];
4 references to _currentItem
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
348return _currentItem; 840object oldCurrentItem = _currentItem; 1073object oldCurrentItem = _currentItem; 1142if (_currentItem != oldCurrentItem)