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