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