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