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