5 instantiations of UshortList
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (4)
23_glyphs = new UshortList(capacity, leap); 24_glyphFlags = new UshortList(capacity, leap); 25_firstChars = new UshortList(capacity, leap); 26_ligatureCounts = new UshortList(capacity, leap);
MS\Internal\Shaping\ShaperBuffers.cs (1)
42_charMap = new UshortList(charCount, 16);
35 references to UshortList
PresentationCore (35)
MS\Internal\Shaping\Context.cs (14)
42UshortList Charmap, // Char to glyph mapping 258UshortList Charmap, // Char to glyph mapping 404UshortList Charmap, // Char to glyph mapping 579UshortList Charmap, // Char to glyph mapping 739UshortList Charmap, // Char to glyph mapping 895UshortList Charmap, // Char to glyph mapping 1099UshortList Charmap, // Char to glyph mapping 1313UshortList Charmap, // Char to glyph mapping 1389UshortList Charmap, // Char to glyph mapping 1552UshortList Charmap, // Char to glyph mapping 1633UshortList Charmap, // Char to glyph mapping 1741UshortList Charmap, // Char to glyph mapping 1847UshortList Charmap, // Char to glyph mapping 1995UshortList Charmap, // Char to glyph mapping
MS\Internal\Shaping\GlyphInfoList.cs (8)
92public UshortList Glyphs 97public UshortList GlyphFlags 102public UshortList FirstChars 107public UshortList LigatureCounts 112private UshortList _glyphs; 113private UshortList _glyphFlags; 114private UshortList _firstChars; 115private UshortList _ligatureCounts;
MS\Internal\Shaping\OpenTypeCommon.cs (4)
55UshortList Charmap, 216UshortList Charmap, // Char to glyph mapping 676UshortList Charmap, // Character to glyph mapping 871UshortList glyphFlags = GlyphInfo.GlyphFlags;
MS\Internal\Shaping\OpenTypeLayout.cs (2)
875UshortList Charmap, // In/out: Char to glyph mapping 950UshortList 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)
64public UshortList CharMap 166private UshortList _charMap;
MS\Internal\Shaping\Substitution.cs (2)
199UshortList Charmap, // Character to glyph map 464UshortList Charmap, // Character to glyph map