4 writes to Length
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (4)
89_glyphs.Length = length; 90_glyphFlags.Length = length; 91_firstChars.Length = length; 92_ligatureCounts.Length = length;
5 references to Length
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs (2)
49get { return _glyphs.Length; } 66Debug.Assert(_glyphs.Offset + _glyphs.Length == cch, "Invalid glyph length!");
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (3)
118if (_charMap.Length > 0) 120_charMap.Remove(0, _charMap.Length); 123Debug.Assert(_charMap.Length == charCount);