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