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)
49
get { return
_glyphs
.Length; }
57
get { return
_glyphs
.Offset; }
66
Debug.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);
113
get { return
_glyphs
; }