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