3 writes to _index
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
398
_index
= -1;
408
_index
++;
421
_index
= -1;
3 references to _index
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
406
if (
_index
< count)
409
if (
_index
< count)
411
_current = _list[
_index
];