1 write to _glyphFlags
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (1)
39
_glyphFlags
= new UshortList(capacity, leap);
5 references to _glyphFlags
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (5)
75
_glyphFlags
.SetRange(index, length);
90
_glyphFlags
.Length = length;
98
_glyphFlags
.Insert(index, Count);
106
_glyphFlags
.Remove(index, Count);
118
get { return
_glyphFlags
; }