1 write to _glyphs
PresentationCore (1)
MS\Internal\Shaping\GlyphInfoList.cs (1)
23_glyphs = new UshortList(capacity, leap);
9 references to _glyphs
PresentationCore (9)
MS\Internal\Shaping\GlyphInfoList.cs (9)
34get { return _glyphs.Length; } 42get { return _glyphs.Offset; } 51Debug.Assert(_glyphs.Offset + _glyphs.Length == cch, "Invalid glyph length!"); 59_glyphs.SetRange(index, length); 70_glyphs.Length = length; 78_glyphs.Insert(index, Count); 86_glyphs.Remove(index, Count); 94get { return _glyphs; }