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