1 write to _cpLength
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
303_cpLength += run.Length;
10 references to _cpLength
PresentationCore (10)
MS\Internal\TextFormatting\SimpleTextLine.cs (10)
700TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 714TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 749TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _cpLength); 757if (cpHit >= _cpFirst + _cpLength) 759cpHit = _cpFirst + _cpLength - 1; 824if (firstTextSourceCharacterIndex + textLength > _cpFirst + _cpLength) 826textLength = _cpFirst + _cpLength - firstTextSourceCharacterIndex; 1011get { return _cpLength; } 1207if (cp >= _cpFirst + _cpLength) 1277Invariant.Assert(cp >= _cpFirst && cp < _cpFirst + _cpLength);