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