1 write to _typefaceCollection
PresentationCore (1)
MS\Internal\FontFace\TypefaceCollection.cs (1)
145_typefaceCollection = typefaceCollection;
6 references to _typefaceCollection
PresentationCore (6)
MS\Internal\FontFace\TypefaceCollection.cs (6)
167if (_typefaceCollection._family != null) 170return new Typeface(_typefaceCollection._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch)); 175return new Typeface(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch); 212if (_typefaceCollection._family != null) 214_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)_typefaceCollection._family).GetEnumerator(); 219_familyTypefaceEnumerator = ((IEnumerable<FamilyTypeface>)_typefaceCollection._familyTypefaceCollection).GetEnumerator();