1 write to _typefaceCollection
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (1)
157_typefaceCollection = typefaceCollection;
6 references to _typefaceCollection
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (6)
184if (_typefaceCollection._family != null) 187return new Typeface(_typefaceCollection._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch)); 192return new Typeface(_typefaceCollection._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch); 229if (_typefaceCollection._family != null) 231_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)_typefaceCollection._family).GetEnumerator(); 236_familyTypefaceEnumerator = ((IEnumerable<FamilyTypeface>)_typefaceCollection._familyTypefaceCollection).GetEnumerator();