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