3 writes to _currentItem
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
134_currentItem = currentItem; 984_currentItem = newItem; 2023_currentItem = EnumerableWrapper[_currentPosition];
4 references to _currentItem
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
351return _currentItem; 843object oldCurrentItem = _currentItem; 1076object oldCurrentItem = _currentItem; 1145if (_currentItem != oldCurrentItem)