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