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