2 writes to _fontFamily
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
22
_fontFamily
= fontFamily;
29
_fontFamily
= fontFamily;
2 references to _fontFamily
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
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);