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