1 instantiation of MatchingFace
PresentationCore (1)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
157
queue.Push(new
MatchingFace
(face));
6 references to MatchingFace
PresentationCore (6)
MS\Internal\FontFace\PhysicalFontFamily.cs (6)
151
LegacyPriorityQueue<
MatchingFace
> queue = new LegacyPriorityQueue<
MatchingFace
>(
236
private class MatchingFaceComparer : IComparer<
MatchingFace
>
243
int IComparer<
MatchingFace
>.Compare(
MatchingFace
a,
MatchingFace
b)