14 references to cLinesBeforeChange
PresentationFramework (14)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (14)
1590
int lineIndexToBeginRemoval = textDetails.
cLinesBeforeChange
;
1657
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
1663
lineVisuals.Insert(insertionIndex + (index - textDetails.
cLinesBeforeChange
), lineVisual);
3523
for(int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3534
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3536
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
3563
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)
3936
for (int index = 0; index < textDetails.
cLinesBeforeChange
; index++)
3947
visualChildren.RemoveRange(textDetails.
cLinesBeforeChange
, textDetails.cLinesChanged - textDetails.dcLinesChanged);
3949
for (int index = textDetails.
cLinesBeforeChange
; index < textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index++)
4000
for (int index = textDetails.
cLinesBeforeChange
+ textDetails.cLinesChanged; index < arrayLineDesc.Length; index++)