1 write to _previousConstraint
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
463_previousConstraint = constraint;
6 references to _previousConstraint
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (6)
386bool widthChanged = !DoubleUtil.AreClose(constraint.Width, _previousConstraint.Width); 1522double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1700double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1829double formatWidth = GetWrappingWidth(_previousConstraint.Width); 2895if (width > _previousConstraint.Width) 2897width = _previousConstraint.Width;