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)
49
get { return _glyphs.
Length
; }
66
Debug.Assert(_glyphs.Offset + _glyphs.
Length
== cch, "Invalid glyph length!");
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (3)
118
if (_charMap.
Length
> 0)
120
_charMap.Remove(0, _charMap.
Length
);
123
Debug.Assert(_charMap.
Length
== charCount);