1 write to _previousConstraint
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
456_previousConstraint = constraint;
6 references to _previousConstraint
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (6)
379bool widthChanged = !DoubleUtil.AreClose(constraint.Width, _previousConstraint.Width); 1515double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1693double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1822double formatWidth = GetWrappingWidth(_previousConstraint.Width); 2876if (width > _previousConstraint.Width) 2878width = _previousConstraint.Width;