5 references to 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);