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)
35
get { return _glyphs.
Length
; }
52
Debug.Assert(_glyphs.Offset + _glyphs.
Length
== cch, "Invalid glyph length!");
MS\Internal\Shaping\ShaperBuffers.cs (3)
94
if (_charMap.
Length
> 0)
96
_charMap.Remove(0, _charMap.
Length
);
99
Debug.Assert(_charMap.
Length
== charCount);