4 writes to Length
PresentationCore (4)
MS\Internal\Shaping\GlyphInfoList.cs (4)
79_glyphs.Length = length; 80_glyphFlags.Length = length; 81_firstChars.Length = length; 82_ligatureCounts.Length = length;
5 references to Length
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (2)
43get { return _glyphs.Length; } 60Debug.Assert(_glyphs.Offset + _glyphs.Length == cch, "Invalid glyph length!");
MS\Internal\Shaping\ShaperBuffers.cs (3)
108if (_charMap.Length > 0) 110_charMap.Remove(0, _charMap.Length); 113Debug.Assert(_charMap.Length == charCount);