3 writes to _index
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
397
_index
= -1;
407
_index
++;
420
_index
= -1;
3 references to _index
PresentationCore (3)
System\Windows\Media\FamilyTypefaceCollection.cs (3)
405
if (
_index
< count)
408
if (
_index
< count)
410
_current = _list[
_index
];