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);