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