14 references to cLinesBeforeChange
PresentationFramework (14)
MS\Internal\PtsHost\TextParaClient.cs (14)
1407
int lineIndexToBeginRemoval = textDetails.
cLinesBeforeChange
;
1474
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
1480
lineVisuals.Insert(insertionIndex + (index - textDetails.
cLinesBeforeChange
), lineVisual);
3266
for(int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3277
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3279
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3306
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)
3661
for (int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3672
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3674
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3725
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)