1 instantiation of GlyphLookupRecord
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1077records[recordCount] = new GlyphLookupRecord(glyph, lookupIndex);
16 references to GlyphLookupRecord
PresentationCore (16)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (16)
328GlyphLookupRecord[] records = null; 368ref GlyphLookupRecord[] records, 425records = new GlyphLookupRecord[maxRecordCount]; 573GlyphLookupRecord[] records, 694private static void CalculateCacheSize(GlyphLookupRecord[] records, 764GlyphLookupRecord[] records, 972GlyphLookupRecord[] records, 1032GlyphLookupRecord[] records, 1083private class GlyphLookupRecord : IComparable<GlyphLookupRecord> 1105public int CompareTo(GlyphLookupRecord value) 1116public bool Equals(GlyphLookupRecord value) 1122public static bool operator ==(GlyphLookupRecord value1, GlyphLookupRecord value2) 1126public static bool operator !=(GlyphLookupRecord value1, GlyphLookupRecord value2) 1132return Equals((GlyphLookupRecord)value);