5 instantiations of UshortList
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (4)
32_glyphs = new UshortList(capacity, leap); 33_glyphFlags = new UshortList(capacity, leap); 34_firstChars = new UshortList(capacity, leap); 35_ligatureCounts = new UshortList(capacity, leap);
MS\Internal\Shaping\ShaperBuffers.cs (1)
57_charMap = new UshortList(charCount, 16);
35 references to UshortList
PresentationCore (35)
MS\Internal\Shaping\Context.cs (14)
48UshortList Charmap, // Char to glyph mapping 264UshortList Charmap, // Char to glyph mapping 410UshortList Charmap, // Char to glyph mapping 585UshortList Charmap, // Char to glyph mapping 745UshortList Charmap, // Char to glyph mapping 901UshortList Charmap, // Char to glyph mapping 1105UshortList Charmap, // Char to glyph mapping 1319UshortList Charmap, // Char to glyph mapping 1395UshortList Charmap, // Char to glyph mapping 1558UshortList Charmap, // Char to glyph mapping 1639UshortList Charmap, // Char to glyph mapping 1747UshortList Charmap, // Char to glyph mapping 1853UshortList Charmap, // Char to glyph mapping 2001UshortList Charmap, // Char to glyph mapping
MS\Internal\Shaping\GlyphInfoList.cs (8)
101public UshortList Glyphs 106public UshortList GlyphFlags 111public UshortList FirstChars 116public UshortList LigatureCounts 121private UshortList _glyphs; 122private UshortList _glyphFlags; 123private UshortList _firstChars; 124private UshortList _ligatureCounts;
MS\Internal\Shaping\OpenTypeCommon.cs (4)
60UshortList Charmap, 221UshortList Charmap, // Char to glyph mapping 681UshortList Charmap, // Character to glyph mapping 876UshortList glyphFlags = GlyphInfo.GlyphFlags;
MS\Internal\Shaping\OpenTypeLayout.cs (2)
881UshortList Charmap, // In/out: Char to glyph mapping 956UshortList Charmap,
MS\Internal\Shaping\Positioning.cs (3)
1331UshortList glyphFlags = GlyphInfo.GlyphFlags; 1455UshortList Charmap, 1498UshortList Charmap, // Char to glyph mapping
MS\Internal\Shaping\ShaperBuffers.cs (2)
79public UshortList CharMap 181private UshortList _charMap;
MS\Internal\Shaping\Substitution.cs (2)
203UshortList Charmap, // Character to glyph map 468UshortList Charmap, // Character to glyph map