2 writes to _current
PresentationCore (2)
Core\CSharp\System\Windows\FreezableCollection.cs (2)
1035
_current
= default(T);
1062
_current
= _list._collection[++_index];
1 reference to _current
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
1121
return
_current
;