5 instantiations of UshortList
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (4)
38_glyphs = new UshortList(capacity, leap); 39_glyphFlags = new UshortList(capacity, leap); 40_firstChars = new UshortList(capacity, leap); 41_ligatureCounts = new UshortList(capacity, leap);
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (1)
66_charMap = new UshortList(charCount, 16);
35 references to UshortList
PresentationCore (35)
Core\CSharp\MS\Internal\Shaping\Context.cs (14)
59UshortList Charmap, // Char to glyph mapping 291UshortList Charmap, // Char to glyph mapping 437UshortList Charmap, // Char to glyph mapping 627UshortList Charmap, // Char to glyph mapping 787UshortList Charmap, // Char to glyph mapping 949UshortList Charmap, // Char to glyph mapping 1158UshortList Charmap, // Char to glyph mapping 1388UshortList Charmap, // Char to glyph mapping 1464UshortList Charmap, // Char to glyph mapping 1642UshortList Charmap, // Char to glyph mapping 1723UshortList Charmap, // Char to glyph mapping 1836UshortList Charmap, // Char to glyph mapping 1947UshortList Charmap, // Char to glyph mapping 2100UshortList Charmap, // Char to glyph mapping
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (8)
111public UshortList Glyphs 116public UshortList GlyphFlags 121public UshortList FirstChars 126public UshortList LigatureCounts 131private UshortList _glyphs; 132private UshortList _glyphFlags; 133private UshortList _firstChars; 134private UshortList _ligatureCounts;
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (4)
66UshortList Charmap, 232UshortList Charmap, // Char to glyph mapping 698UshortList Charmap, // Character to glyph mapping 902UshortList glyphFlags = GlyphInfo.GlyphFlags;
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
938UshortList Charmap, // In/out: Char to glyph mapping 1019UshortList Charmap,
Core\CSharp\MS\Internal\Shaping\Positioning.cs (3)
1420UshortList glyphFlags = GlyphInfo.GlyphFlags; 1555UshortList Charmap, 1598UshortList Charmap, // Char to glyph mapping
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (2)
89public UshortList CharMap 191private UshortList _charMap;
Core\CSharp\MS\Internal\Shaping\Substitution.cs (2)
228UshortList Charmap, // Character to glyph map 504UshortList Charmap, // Character to glyph map