1 instantiation of MatchingFace
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
191
queue.Push(new
MatchingFace
(face));
6 references to MatchingFace
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (6)
185
LegacyPriorityQueue<
MatchingFace
> queue = new LegacyPriorityQueue<
MatchingFace
>(
274
private class MatchingFaceComparer : IComparer<
MatchingFace
>
282
int IComparer<
MatchingFace
>.Compare(
MatchingFace
a,
MatchingFace
b)