3 references to dcLinesChanged
PresentationFramework (3)
MS\Internal\PtsHost\TextParaClient.cs (3)
1402int cLinesToRemove = textDetails.cLinesChanged - textDetails.dcLinesChanged; 3271visualChildren.RemoveRange(textDetails.cLinesBeforeChange, textDetails.cLinesChanged - textDetails.dcLinesChanged); 3666visualChildren.RemoveRange(textDetails.cLinesBeforeChange, textDetails.cLinesChanged - textDetails.dcLinesChanged);