1 write to _style
PresentationCore (1)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
225_style = new MatchingStyle(new FontStyle((int)face.Style), new FontWeight((int)face.Weight), new FontStretch((int)face.Stretch));
1 reference to _style
PresentationCore (1)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
235get { return _style; }