1 write to _typefaceCollection
PresentationCore (1)
MS\Internal\FontFace\TypefaceCollection.cs (1)
131_typefaceCollection = typefaceCollection;
6 references to _typefaceCollection
PresentationCore (6)
MS\Internal\FontFace\TypefaceCollection.cs (6)
153if (_typefaceCollection._family != null) 156return new Typeface(_typefaceCollection._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch)); 161return new Typeface(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch); 198if (_typefaceCollection._family != null) 200_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)_typefaceCollection._family).GetEnumerator(); 205_familyTypefaceEnumerator = ((IEnumerable<FamilyTypeface>)_typefaceCollection._familyTypefaceCollection).GetEnumerator();