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)
707TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 721TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 756TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 764if (cpHit >= _cpFirst + _cpLength) 766cpHit = _cpFirst + _cpLength - 1; 834if (firstTextSourceCharacterIndex + textLength > _cpFirst + _cpLength) 836textLength = _cpFirst + _cpLength - firstTextSourceCharacterIndex; 1025get { return _cpLength; } 1221if (cp >= _cpFirst + _cpLength) 1291Invariant.Assert(cp >= _cpFirst && cp < _cpFirst + _cpLength);