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); 100get { return _glyphFlags; }