1 instantiation of GlyphLookupRecord
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1137records[recordCount] = new GlyphLookupRecord(glyph, lookupIndex);
16 references to GlyphLookupRecord
PresentationCore (16)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (16)
370GlyphLookupRecord[] records = null; 414ref GlyphLookupRecord[] records, 471records = new GlyphLookupRecord[maxRecordCount]; 623GlyphLookupRecord[] records, 745private static void CalculateCacheSize(GlyphLookupRecord[] records, 815GlyphLookupRecord[] records, 1032GlyphLookupRecord[] records, 1092GlyphLookupRecord[] records, 1143private class GlyphLookupRecord : IComparable<GlyphLookupRecord> 1165public int CompareTo(GlyphLookupRecord value) 1176public bool Equals(GlyphLookupRecord value) 1182public static bool operator ==(GlyphLookupRecord value1, GlyphLookupRecord value2) 1186public static bool operator !=(GlyphLookupRecord value1, GlyphLookupRecord value2) 1192return Equals((GlyphLookupRecord)value);