5 references to UshortList
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (4)
32_glyphs = new UshortList(capacity, leap); 33_glyphFlags = new UshortList(capacity, leap); 34_firstChars = new UshortList(capacity, leap); 35_ligatureCounts = new UshortList(capacity, leap);
MS\Internal\Shaping\ShaperBuffers.cs (1)
57_charMap = new UshortList(charCount, 16);