5 instantiations of UshortList
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (4)
24_glyphs = new UshortList(capacity, leap); 25_glyphFlags = new UshortList(capacity, leap); 26_firstChars = new UshortList(capacity, leap); 27_ligatureCounts = new UshortList(capacity, leap);
MS\Internal\Shaping\ShaperBuffers.cs (1)
43_charMap = new UshortList(charCount, 16);
35 references to UshortList
PresentationCore (35)
MS\Internal\Shaping\Context.cs (14)
44UshortList Charmap, // Char to glyph mapping 260UshortList Charmap, // Char to glyph mapping 406UshortList Charmap, // Char to glyph mapping 581UshortList Charmap, // Char to glyph mapping 741UshortList Charmap, // Char to glyph mapping 897UshortList Charmap, // Char to glyph mapping 1101UshortList Charmap, // Char to glyph mapping 1315UshortList Charmap, // Char to glyph mapping 1391UshortList Charmap, // Char to glyph mapping 1554UshortList Charmap, // Char to glyph mapping 1635UshortList Charmap, // Char to glyph mapping 1743UshortList Charmap, // Char to glyph mapping 1849UshortList Charmap, // Char to glyph mapping 1997UshortList Charmap, // Char to glyph mapping
MS\Internal\Shaping\GlyphInfoList.cs (8)
93public UshortList Glyphs 98public UshortList GlyphFlags 103public UshortList FirstChars 108public UshortList LigatureCounts 113private UshortList _glyphs; 114private UshortList _glyphFlags; 115private UshortList _firstChars; 116private UshortList _ligatureCounts;
MS\Internal\Shaping\OpenTypeCommon.cs (4)
56UshortList Charmap, 217UshortList Charmap, // Char to glyph mapping 677UshortList Charmap, // Character to glyph mapping 872UshortList glyphFlags = GlyphInfo.GlyphFlags;
MS\Internal\Shaping\OpenTypeLayout.cs (2)
876UshortList Charmap, // In/out: Char to glyph mapping 951UshortList Charmap,
MS\Internal\Shaping\Positioning.cs (3)
1324UshortList glyphFlags = GlyphInfo.GlyphFlags; 1448UshortList Charmap, 1491UshortList Charmap, // Char to glyph mapping
MS\Internal\Shaping\ShaperBuffers.cs (2)
65public UshortList CharMap 167private UshortList _charMap;
MS\Internal\Shaping\Substitution.cs (2)
200UshortList Charmap, // Character to glyph map 465UshortList Charmap, // Character to glyph map