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);
105
get { return
_firstChars
; }