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