1 write to _cpFirst
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
387
_cpFirst
= cpFirst;
26 references to _cpFirst
PresentationCore (26)
MS\Internal\TextFormatting\FullTextLine.cs (26)
782
_cpFirst
,
803
_cpFirst
+ line._metrics._cchLength,
865
CharacterHit characterHit = new CharacterHit(
_cpFirst
, 0);
988
TextFormatterImp.VerifyCaretCharacterHit(characterHit,
_cpFirst
, _metrics._cchLength);
1008
if (characterHit.FirstCharacterIndex >=
_cpFirst
+ _metrics._cchLength)
1148
TextFormatterImp.VerifyCaretCharacterHit(characterHit,
_cpFirst
, _metrics._cchLength);
1241
TextFormatterImp.VerifyCaretCharacterHit(characterHit,
_cpFirst
, _metrics._cchLength);
1248
if ( characterHit.FirstCharacterIndex ==
_cpFirst
1273
&& caretStopIndex !=
_cpFirst
1384
offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.OffsetToFirstCp +
_cpFirst
);
1409
plsrunSpanRider.At(lscpVisisble -
_cpFirst
);
1427
while (lscpVisisble >=
_cpFirst
)
1429
plsrunSpanRider.At(lscpVisisble -
_cpFirst
);
1442
lscpVisisble =
_cpFirst
+ plsrunSpanRider.CurrentSpanStart;
1446
lscpVisisble =
_cpFirst
+ plsrunSpanRider.CurrentSpanStart - 1; // move to the end of previous span
1509
if(firstTextSourceCharacterIndex <
_cpFirst
)
1511
textLength += (firstTextSourceCharacterIndex -
_cpFirst
);
1512
firstTextSourceCharacterIndex =
_cpFirst
;
1515
if(firstTextSourceCharacterIndex >
_cpFirst
+ _metrics._cchLength - textLength)
1517
textLength = (
_cpFirst
+ _metrics._cchLength - firstTextSourceCharacterIndex);
1999
plsrunSpanRider.At(lscp -
_cpFirst
);
2226
return
_cpFirst
+ _metrics._cchLength - characterHit.FirstCharacterIndex - characterHit.TrailingLength;
2433
get { return
_cpFirst
; }
2679
int lscp =
_cpFirst
;
2714
return
_cpFirst
+ _metrics._cchLength;
2724
plsrunSpanRider.At(lscp -
_cpFirst
);