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)
44
UshortList
Charmap, // Char to glyph mapping
260
UshortList
Charmap, // Char to glyph mapping
406
UshortList
Charmap, // Char to glyph mapping
581
UshortList
Charmap, // Char to glyph mapping
741
UshortList
Charmap, // Char to glyph mapping
897
UshortList
Charmap, // Char to glyph mapping
1101
UshortList
Charmap, // Char to glyph mapping
1315
UshortList
Charmap, // Char to glyph mapping
1391
UshortList
Charmap, // Char to glyph mapping
1554
UshortList
Charmap, // Char to glyph mapping
1635
UshortList
Charmap, // Char to glyph mapping
1743
UshortList
Charmap, // Char to glyph mapping
1849
UshortList
Charmap, // Char to glyph mapping
1997
UshortList
Charmap, // Char to glyph mapping
MS\Internal\Shaping\GlyphInfoList.cs (8)
93
public
UshortList
Glyphs
98
public
UshortList
GlyphFlags
103
public
UshortList
FirstChars
108
public
UshortList
LigatureCounts
113
private
UshortList
_glyphs;
114
private
UshortList
_glyphFlags;
115
private
UshortList
_firstChars;
116
private
UshortList
_ligatureCounts;
MS\Internal\Shaping\OpenTypeCommon.cs (4)
56
UshortList
Charmap,
217
UshortList
Charmap, // Char to glyph mapping
677
UshortList
Charmap, // Character to glyph mapping
872
UshortList
glyphFlags = GlyphInfo.GlyphFlags;
MS\Internal\Shaping\OpenTypeLayout.cs (2)
876
UshortList
Charmap, // In/out: Char to glyph mapping
951
UshortList
Charmap,
MS\Internal\Shaping\Positioning.cs (3)
1324
UshortList
glyphFlags = GlyphInfo.GlyphFlags;
1448
UshortList
Charmap,
1491
UshortList
Charmap, // Char to glyph mapping
MS\Internal\Shaping\ShaperBuffers.cs (2)
65
public
UshortList
CharMap
167
private
UshortList
_charMap;
MS\Internal\Shaping\Substitution.cs (2)
200
UshortList
Charmap, // Character to glyph map
465
UshortList
Charmap, // Character to glyph map