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