1 write to _targetStyle
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
279
_targetStyle
= targetStyle;
1 reference to _targetStyle
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
284
return a.MatchingStyle.IsBetterMatch(
_targetStyle
, b.MatchingStyle) ? -1 : 1;