3 writes to _index
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
384
_index
= -1;
392
_index
++;
405
_index
= -1;
3 references to _index
PresentationCore (3)
System\Windows\Media\FamilyMapCollection.cs (3)
390
if (
_index
< _count)
393
if (
_index
< _count)
395
_current = _items[
_index
];