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