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