1 write to _glyphs
PresentationCore (1)
MS\Internal\Shaping\GlyphInfoList.cs (1)
32_glyphs = new UshortList(capacity, leap);
9 references to _glyphs
PresentationCore (9)
MS\Internal\Shaping\GlyphInfoList.cs (9)
43get { return _glyphs.Length; } 51get { return _glyphs.Offset; } 60Debug.Assert(_glyphs.Offset + _glyphs.Length == cch, "Invalid glyph length!"); 68_glyphs.SetRange(index, length); 79_glyphs.Length = length; 87_glyphs.Insert(index, Count); 95_glyphs.Remove(index, Count); 103get { return _glyphs; }