2 references to IsBetterMatch
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (1)
102
return matching.
IsBetterMatch
(target, best);
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
284
return a.MatchingStyle.
IsBetterMatch
(_targetStyle, b.MatchingStyle) ? -1 : 1;