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