2 writes to _current
PresentationCore (2)
System\Windows\Media\Generated\PointCollection.cs (2)
790
_current
= default(Point);
816
_current
= _list._collection[++_index];
1 reference to _current
PresentationCore (1)
System\Windows\Media\Generated\PointCollection.cs (1)
875
return
_current
;