1 instantiation of GlyphLookupRecord
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1078records[recordCount] = new GlyphLookupRecord(glyph, lookupIndex);
16 references to GlyphLookupRecord
PresentationCore (16)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (16)
329GlyphLookupRecord[] records = null; 369ref GlyphLookupRecord[] records, 426records = new GlyphLookupRecord[maxRecordCount]; 574GlyphLookupRecord[] records, 695private static void CalculateCacheSize(GlyphLookupRecord[] records, 765GlyphLookupRecord[] records, 973GlyphLookupRecord[] records, 1033GlyphLookupRecord[] records, 1084private class GlyphLookupRecord : IComparable<GlyphLookupRecord> 1106public int CompareTo(GlyphLookupRecord value) 1117public bool Equals(GlyphLookupRecord value) 1123public static bool operator ==(GlyphLookupRecord value1, GlyphLookupRecord value2) 1127public static bool operator !=(GlyphLookupRecord value1, GlyphLookupRecord value2) 1133return Equals((GlyphLookupRecord)value);