3 writes to _glyphInfoList
PresentationCore (3)
MS\Internal\Shaping\ShaperBuffers.cs (3)
56_glyphInfoList = new GlyphInfoList((glyphCount > charCount ? glyphCount : charCount), 16, false); 69_glyphInfoList = null; 88set { _glyphInfoList = value; }
7 references to _glyphInfoList
PresentationCore (7)
MS\Internal\Shaping\ShaperBuffers.cs (7)
63_glyphInfoList.SetRange(0,glyphCount); 87get { return _glyphInfoList; } 116if (_glyphInfoList.Length > 0) 118_glyphInfoList.Remove(0, _glyphInfoList.Length); 122_glyphInfoList.Insert(0, glyphCount); 124Debug.Assert(_glyphInfoList.Length == glyphCount);