1 write to _firstChars
PresentationCore (1)
MS\Internal\Shaping\GlyphInfoList.cs (1)
25
_firstChars
= new UshortList(capacity, leap);
5 references to _firstChars
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (5)
61
_firstChars
.SetRange(index, length);
72
_firstChars
.Length = length;
80
_firstChars
.Insert(index, Count);
88
_firstChars
.Remove(index, Count);
104
get { return
_firstChars
; }