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)
35
get { return
_glyphs
.Length; }
43
get { return
_glyphs
.Offset; }
52
Debug.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);
95
get { return
_glyphs
; }