1 write to _previousConstraint
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
507_previousConstraint = constraint;
6 references to _previousConstraint
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (6)
430bool widthChanged = !DoubleUtil.AreClose(constraint.Width, _previousConstraint.Width); 1564double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1742double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1871double formatWidth = GetWrappingWidth(_previousConstraint.Width); 2937if (width > _previousConstraint.Width) 2939width = _previousConstraint.Width;