2 writes to _current
PresentationCore (2)
System\Windows\Media\Generated\GeneralTransformCollection.cs (2)
736
_current
= default(GeneralTransform);
762
_current
= _list._collection[++_index];
1 reference to _current
PresentationCore (1)
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
821
return
_current
;