3 writes to _index
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
383
_index
= -1;
391
_index
++;
404
_index
= -1;
3 references to _index
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
389
if (
_index
< _count)
392
if (
_index
< _count)
394
_current = _items[
_index
];