4 writes to Length
PresentationCore (4)
MS\Internal\Shaping\GlyphInfoList.cs (4)
71_glyphs.Length = length; 72_glyphFlags.Length = length; 73_firstChars.Length = length; 74_ligatureCounts.Length = length;
5 references to Length
PresentationCore (5)
MS\Internal\Shaping\GlyphInfoList.cs (2)
35get { return _glyphs.Length; } 52Debug.Assert(_glyphs.Offset + _glyphs.Length == cch, "Invalid glyph length!");
MS\Internal\Shaping\ShaperBuffers.cs (3)
94if (_charMap.Length > 0) 96_charMap.Remove(0, _charMap.Length); 99Debug.Assert(_charMap.Length == charCount);