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)
685TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 699TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 734TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 742if (cpHit >= _cpFirst + _cpLength) 744cpHit = _cpFirst + _cpLength - 1; 809if (firstTextSourceCharacterIndex + textLength > _cpFirst + _cpLength) 811textLength = _cpFirst + _cpLength - firstTextSourceCharacterIndex; 996get { return _cpLength; } 1192if (cp >= _cpFirst + _cpLength) 1262Invariant.Assert(cp >= _cpFirst && cp < _cpFirst + _cpLength);