1 write to _cpLength
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
293_cpLength += run.Length;
10 references to _cpLength
PresentationCore (10)
MS\Internal\TextFormatting\SimpleTextLine.cs (10)
684TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 698TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 733TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 741if (cpHit >= _cpFirst + _cpLength) 743cpHit = _cpFirst + _cpLength - 1; 808if (firstTextSourceCharacterIndex + textLength > _cpFirst + _cpLength) 810textLength = _cpFirst + _cpLength - firstTextSourceCharacterIndex; 995get { return _cpLength; } 1191if (cp >= _cpFirst + _cpLength) 1261Invariant.Assert(cp >= _cpFirst && cp < _cpFirst + _cpLength);