1 write to _firstChars
PresentationCore (1)
MS\Internal\Shaping\GlyphInfoList.cs (1)
26_firstChars = new UshortList(capacity, leap);
5 references to _firstChars
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (5)
62_firstChars.SetRange(index, length); 73_firstChars.Length = length; 81_firstChars.Insert(index, Count); 89_firstChars.Remove(index, Count); 105get { return _firstChars; }