1 instantiation of GlyphLookupRecord
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1084records[recordCount] = new GlyphLookupRecord(glyph, lookupIndex);
16 references to GlyphLookupRecord
PresentationCore (16)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (16)
335GlyphLookupRecord[] records = null; 375ref GlyphLookupRecord[] records, 432records = new GlyphLookupRecord[maxRecordCount]; 580GlyphLookupRecord[] records, 701private static void CalculateCacheSize(GlyphLookupRecord[] records, 771GlyphLookupRecord[] records, 979GlyphLookupRecord[] records, 1039GlyphLookupRecord[] records, 1090private class GlyphLookupRecord : IComparable<GlyphLookupRecord> 1112public int CompareTo(GlyphLookupRecord value) 1123public bool Equals(GlyphLookupRecord value) 1129public static bool operator ==(GlyphLookupRecord value1, GlyphLookupRecord value2) 1133public static bool operator !=(GlyphLookupRecord value1, GlyphLookupRecord value2) 1139return Equals((GlyphLookupRecord)value);