3 writes to _index
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (3)
404
_index
= -1;
412
_index
++;
425
_index
= -1;
3 references to _index
PresentationCore (3)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (3)
410
if (
_index
< _count)
413
if (
_index
< _count)
415
_current = _items[
_index
];