1 write to _cpFirst
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
374_cpFirst = cpFirst;
26 references to _cpFirst
PresentationCore (26)
MS\Internal\TextFormatting\FullTextLine.cs (26)
769_cpFirst, 790_cpFirst + line._metrics._cchLength, 852CharacterHit characterHit = new CharacterHit(_cpFirst, 0); 975TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _metrics._cchLength); 995if (characterHit.FirstCharacterIndex >= _cpFirst + _metrics._cchLength) 1135TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _metrics._cchLength); 1228TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _metrics._cchLength); 1235if ( characterHit.FirstCharacterIndex == _cpFirst 1260&& caretStopIndex != _cpFirst 1371offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp + _cpFirst); 1396plsrunSpanRider.At(lscpVisisble - _cpFirst); 1414while (lscpVisisble >= _cpFirst) 1416plsrunSpanRider.At(lscpVisisble - _cpFirst); 1429lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart; 1433lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart - 1; // move to the end of previous span 1496if(firstTextSourceCharacterIndex < _cpFirst) 1498textLength += (firstTextSourceCharacterIndex - _cpFirst); 1499firstTextSourceCharacterIndex = _cpFirst; 1502if(firstTextSourceCharacterIndex > _cpFirst + _metrics._cchLength - textLength) 1504textLength = (_cpFirst + _metrics._cchLength - firstTextSourceCharacterIndex); 1986plsrunSpanRider.At(lscp - _cpFirst); 2213return _cpFirst + _metrics._cchLength - characterHit.FirstCharacterIndex - characterHit.TrailingLength; 2420get { return _cpFirst; } 2666int lscp = _cpFirst; 2701return _cpFirst + _metrics._cchLength; 2711plsrunSpanRider.At(lscp - _cpFirst);