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)
363
return
_currentItem
;
856
object oldCurrentItem =
_currentItem
;
1091
object oldCurrentItem =
_currentItem
;
1160
if (
_currentItem
!= oldCurrentItem)