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)
264
get { return
_style
; }