1 write to _cpLength
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
294_cpLength += run.Length;
10 references to _cpLength
PresentationCore (10)
MS\Internal\TextFormatting\SimpleTextLine.cs (10)
691TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 705TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 740TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 748if (cpHit >= _cpFirst + _cpLength) 750cpHit = _cpFirst + _cpLength - 1; 815if (firstTextSourceCharacterIndex + textLength > _cpFirst + _cpLength) 817textLength = _cpFirst + _cpLength - firstTextSourceCharacterIndex; 1002get { return _cpLength; } 1198if (cp >= _cpFirst + _cpLength) 1268Invariant.Assert(cp >= _cpFirst && cp < _cpFirst + _cpLength);