1 write to _cpFirst
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
410_cpFirst = cpFirst;
26 references to _cpFirst
PresentationCore (26)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (26)
815_cpFirst, 836_cpFirst + line._metrics._cchLength, 898CharacterHit characterHit = new CharacterHit(_cpFirst, 0); 1021TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _metrics._cchLength); 1041if (characterHit.FirstCharacterIndex >= _cpFirst + _metrics._cchLength) 1181TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _metrics._cchLength); 1274TextFormatterImp.VerifyCaretCharacterHit(characterHit, _cpFirst, _metrics._cchLength); 1281if ( characterHit.FirstCharacterIndex == _cpFirst 1306&& caretStopIndex != _cpFirst 1417offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp + _cpFirst); 1442plsrunSpanRider.At(lscpVisisble - _cpFirst); 1460while (lscpVisisble >= _cpFirst) 1462plsrunSpanRider.At(lscpVisisble - _cpFirst); 1475lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart; 1479lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart - 1; // move to the end of previous span 1545if(firstTextSourceCharacterIndex < _cpFirst) 1547textLength += (firstTextSourceCharacterIndex - _cpFirst); 1548firstTextSourceCharacterIndex = _cpFirst; 1551if(firstTextSourceCharacterIndex > _cpFirst + _metrics._cchLength - textLength) 1553textLength = (_cpFirst + _metrics._cchLength - firstTextSourceCharacterIndex); 2035plsrunSpanRider.At(lscp - _cpFirst); 2274return _cpFirst + _metrics._cchLength - characterHit.FirstCharacterIndex - characterHit.TrailingLength; 2481get { return _cpFirst; } 2740int lscp = _cpFirst; 2775return _cpFirst + _metrics._cchLength; 2785plsrunSpanRider.At(lscp - _cpFirst);