2 writes to _current
PresentationCore (2)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (2)
763
_current
= default(GeneralTransform3D);
789
_current
= _list._collection[++_index];
1 reference to _current
PresentationCore (1)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
848
return
_current
;