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