14 references to cLinesBeforeChange
PresentationFramework (14)
MS\Internal\PtsHost\TextParaClient.cs (14)
1400
int lineIndexToBeginRemoval = textDetails.
cLinesBeforeChange
;
1467
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
1473
lineVisuals.Insert(insertionIndex + (index - textDetails.
cLinesBeforeChange
), lineVisual);
3259
for(int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3270
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3272
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3299
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)
3654
for (int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3665
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3667
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3718
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)