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