3 writes to _currentItem
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
130_currentItem = currentItem; 980_currentItem = newItem; 1994_currentItem = EnumerableWrapper[_currentPosition];
4 references to _currentItem
PresentationFramework (4)
System\Windows\Data\CollectionView.cs (4)
347return _currentItem; 839object oldCurrentItem = _currentItem; 1072object oldCurrentItem = _currentItem; 1141if (_currentItem != oldCurrentItem)