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