3 writes to _glyphInfoList
PresentationCore (3)
MS\Internal\Shaping\ShaperBuffers.cs (3)
41_glyphInfoList = new GlyphInfoList((glyphCount > charCount ? glyphCount : charCount), 16, false); 54_glyphInfoList = null; 73set { _glyphInfoList = value; }
7 references to _glyphInfoList
PresentationCore (7)
MS\Internal\Shaping\ShaperBuffers.cs (7)
48_glyphInfoList.SetRange(0,glyphCount); 72get { return _glyphInfoList; } 101if (_glyphInfoList.Length > 0) 103_glyphInfoList.Remove(0, _glyphInfoList.Length); 107_glyphInfoList.Insert(0, glyphCount); 109Debug.Assert(_glyphInfoList.Length == glyphCount);