4 writes to _familyTypefaceEnumerator
PresentationCore (4)
MS\Internal\FontFace\TypefaceCollection.cs (4)
138
_familyTypefaceEnumerator
= null;
142
_familyTypefaceEnumerator
= ((IEnumerable<FamilyTypeface>)typefaceCollection._familyTypefaceCollection).GetEnumerator();
201
_familyTypefaceEnumerator
= null;
205
_familyTypefaceEnumerator
= ((IEnumerable<FamilyTypeface>)_typefaceCollection._familyTypefaceCollection).GetEnumerator();
2 references to _familyTypefaceEnumerator
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
160
FamilyTypeface familyTypeface =
_familyTypefaceEnumerator
.Current;
192
return
_familyTypefaceEnumerator
.MoveNext();