1 write to _cpLength
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
307
_cpLength
+= run.Length;
10 references to _cpLength
PresentationCore (10)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (10)
707
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
721
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
756
TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst,
_cpLength
);
764
if (cpHit >= _cpFirst +
_cpLength
)
766
cpHit = _cpFirst +
_cpLength
- 1;
834
if (firstTextSourceCharacterIndex + textLength > _cpFirst +
_cpLength
)
836
textLength = _cpFirst +
_cpLength
- firstTextSourceCharacterIndex;
1025
get { return
_cpLength
; }
1221
if (cp >= _cpFirst +
_cpLength
)
1291
Invariant.Assert(cp >= _cpFirst && cp < _cpFirst +
_cpLength
);