1 write to _typefaceCollection
PresentationCore (1)
MS\Internal\FontFace\TypefaceCollection.cs (1)
130
_typefaceCollection
= typefaceCollection;
6 references to _typefaceCollection
PresentationCore (6)
MS\Internal\FontFace\TypefaceCollection.cs (6)
152
if (
_typefaceCollection
._family != null)
155
return new Typeface(
_typefaceCollection
._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch));
160
return new Typeface(
_typefaceCollection
._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch);
197
if (
_typefaceCollection
._family != null)
199
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)
_typefaceCollection
._family).GetEnumerator();
204
_familyTypefaceEnumerator = ((IEnumerable<FamilyTypeface>)
_typefaceCollection
._familyTypefaceCollection).GetEnumerator();