4 writes to _familyTypefaceEnumerator
PresentationCore (4)
MS\Internal\FontFace\TypefaceCollection.cs (4)
137
_familyTypefaceEnumerator
= null;
141
_familyTypefaceEnumerator
= ((IEnumerable<FamilyTypeface>)typefaceCollection._familyTypefaceCollection).GetEnumerator();
200
_familyTypefaceEnumerator
= null;
204
_familyTypefaceEnumerator
= ((IEnumerable<FamilyTypeface>)_typefaceCollection._familyTypefaceCollection).GetEnumerator();
2 references to _familyTypefaceEnumerator
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
159
FamilyTypeface familyTypeface =
_familyTypefaceEnumerator
.Current;
191
return
_familyTypefaceEnumerator
.MoveNext();