3 writes to _currentItem
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
138_currentItem = currentItem; 988_currentItem = newItem; 2027_currentItem = EnumerableWrapper[_currentPosition];
4 references to _currentItem
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
355return _currentItem; 847object oldCurrentItem = _currentItem; 1080object oldCurrentItem = _currentItem; 1149if (_currentItem != oldCurrentItem)