4 writes to _familyTypefaceEnumerator
PresentationCore (4)
MS\Internal\FontFace\TypefaceCollection.cs (4)
152
_familyTypefaceEnumerator
= null;
156
_familyTypefaceEnumerator
= ((IEnumerable<FamilyTypeface>)typefaceCollection._familyTypefaceCollection).GetEnumerator();
215
_familyTypefaceEnumerator
= null;
219
_familyTypefaceEnumerator
= ((IEnumerable<FamilyTypeface>)_typefaceCollection._familyTypefaceCollection).GetEnumerator();
2 references to _familyTypefaceEnumerator
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
174
FamilyTypeface familyTypeface =
_familyTypefaceEnumerator
.Current;
206
return
_familyTypefaceEnumerator
.MoveNext();