1 write to _glyphs
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (1)
38_glyphs = new UshortList(capacity, leap);
9 references to _glyphs
PresentationCore (9)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (9)
49get { return _glyphs.Length; } 57get { return _glyphs.Offset; } 66Debug.Assert(_glyphs.Offset + _glyphs.Length == cch, "Invalid glyph length!"); 74_glyphs.SetRange(index, length); 89_glyphs.Length = length; 97_glyphs.Insert(index, Count); 105_glyphs.Remove(index, Count); 113get { return _glyphs; }