3 writes to _glyphInfoList
PresentationCore (3)
MS\Internal\Shaping\ShaperBuffers.cs (3)
42_glyphInfoList = new GlyphInfoList((glyphCount > charCount ? glyphCount : charCount), 16, false); 55_glyphInfoList = null; 74set { _glyphInfoList = value; }
7 references to _glyphInfoList
PresentationCore (7)
MS\Internal\Shaping\ShaperBuffers.cs (7)
49_glyphInfoList.SetRange(0,glyphCount); 73get { return _glyphInfoList; } 102if (_glyphInfoList.Length > 0) 104_glyphInfoList.Remove(0, _glyphInfoList.Length); 108_glyphInfoList.Insert(0, glyphCount); 110Debug.Assert(_glyphInfoList.Length == glyphCount);