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