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)
153
if (
_typefaceCollection
._family != null)
156
return new Typeface(
_typefaceCollection
._fontFamily, new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch));
161
return new Typeface(
_typefaceCollection
._fontFamily, familyTypeface.Style, familyTypeface.Weight, familyTypeface.Stretch);
198
if (
_typefaceCollection
._family != null)
200
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)
_typefaceCollection
._family).GetEnumerator();
205
_familyTypefaceEnumerator = ((IEnumerable<FamilyTypeface>)
_typefaceCollection
._familyTypefaceCollection).GetEnumerator();