1 write to _glyphFlags
PresentationCore (1)
MS\Internal\Shaping\GlyphInfoList.cs (1)
24
_glyphFlags
= new UshortList(capacity, leap);
5 references to _glyphFlags
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (5)
60
_glyphFlags
.SetRange(index, length);
71
_glyphFlags
.Length = length;
79
_glyphFlags
.Insert(index, Count);
87
_glyphFlags
.Remove(index, Count);
99
get { return
_glyphFlags
; }