3 writes to _currentItem
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionView.cs (3)
145_currentItem = currentItem; 998_currentItem = newItem; 2039_currentItem = EnumerableWrapper[_currentPosition];
4 references to _currentItem
PresentationFramework (4)
src\Framework\System\Windows\Data\CollectionView.cs (4)
363return _currentItem; 856object oldCurrentItem = _currentItem; 1091object oldCurrentItem = _currentItem; 1160if (_currentItem != oldCurrentItem)