14 references to cLinesBeforeChange
PresentationFramework (14)
MS\Internal\PtsHost\TextParaClient.cs (14)
1401
int lineIndexToBeginRemoval = textDetails.
cLinesBeforeChange
;
1468
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
1474
lineVisuals.Insert(insertionIndex + (index - textDetails.
cLinesBeforeChange
), lineVisual);
3260
for(int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3271
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3273
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3300
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)
3655
for (int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3666
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3668
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3719
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)