3 writes to _glyphInfoList
PresentationCore (3)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (3)
65_glyphInfoList = new GlyphInfoList((glyphCount > charCount ? glyphCount : charCount), 16, false); 79_glyphInfoList = null; 98set { _glyphInfoList = value; }
7 references to _glyphInfoList
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (7)
72_glyphInfoList.SetRange(0,glyphCount); 97get { return _glyphInfoList; } 126if (_glyphInfoList.Length > 0) 128_glyphInfoList.Remove(0, _glyphInfoList.Length); 132_glyphInfoList.Insert(0, glyphCount); 134Debug.Assert(_glyphInfoList.Length == glyphCount);