1 write to _previousConstraint
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
462_previousConstraint = constraint;
6 references to _previousConstraint
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (6)
385bool widthChanged = !DoubleUtil.AreClose(constraint.Width, _previousConstraint.Width); 1521double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1699double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1828double formatWidth = GetWrappingWidth(_previousConstraint.Width); 2894if (width > _previousConstraint.Width) 2896width = _previousConstraint.Width;