2 writes to _length
PresentationCore (2)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterString.cs (2)
121
_length
= characterLength;
176
_length
= textRun.Length;
6 references to _length
PresentationCore (6)
Core\CSharp\System\Windows\Media\TextFormatting\CharacterString.cs (6)
187
return _charBufferRef.GetHashCode() ^
_length
;
212
&&
_length
== value.
_length
;
259
get { return
_length
; }
277
get { return _charBufferRef.CharacterBuffer == null ||
_length
<= 0; }
307
Invariant.Assert(index >= 0 && index <
_length
);