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