1 write to _firstChars
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (1)
40_firstChars = new UshortList(capacity, leap);
5 references to _firstChars
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (5)
76_firstChars.SetRange(index, length); 91_firstChars.Length = length; 99_firstChars.Insert(index, Count); 107_firstChars.Remove(index, Count); 123get { return _firstChars; }