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)
59
UshortList
Charmap, // Char to glyph mapping
291
UshortList
Charmap, // Char to glyph mapping
437
UshortList
Charmap, // Char to glyph mapping
627
UshortList
Charmap, // Char to glyph mapping
787
UshortList
Charmap, // Char to glyph mapping
949
UshortList
Charmap, // Char to glyph mapping
1158
UshortList
Charmap, // Char to glyph mapping
1388
UshortList
Charmap, // Char to glyph mapping
1464
UshortList
Charmap, // Char to glyph mapping
1642
UshortList
Charmap, // Char to glyph mapping
1723
UshortList
Charmap, // Char to glyph mapping
1836
UshortList
Charmap, // Char to glyph mapping
1947
UshortList
Charmap, // Char to glyph mapping
2100
UshortList
Charmap, // Char to glyph mapping
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (8)
111
public
UshortList
Glyphs
116
public
UshortList
GlyphFlags
121
public
UshortList
FirstChars
126
public
UshortList
LigatureCounts
131
private
UshortList
_glyphs;
132
private
UshortList
_glyphFlags;
133
private
UshortList
_firstChars;
134
private
UshortList
_ligatureCounts;
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (4)
66
UshortList
Charmap,
232
UshortList
Charmap, // Char to glyph mapping
698
UshortList
Charmap, // Character to glyph mapping
902
UshortList
glyphFlags = GlyphInfo.GlyphFlags;
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
938
UshortList
Charmap, // In/out: Char to glyph mapping
1019
UshortList
Charmap,
Core\CSharp\MS\Internal\Shaping\Positioning.cs (3)
1420
UshortList
glyphFlags = GlyphInfo.GlyphFlags;
1555
UshortList
Charmap,
1598
UshortList
Charmap, // Char to glyph mapping
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (2)
89
public
UshortList
CharMap
191
private
UshortList
_charMap;
Core\CSharp\MS\Internal\Shaping\Substitution.cs (2)
228
UshortList
Charmap, // Character to glyph map
504
UshortList
Charmap, // Character to glyph map