4 references to PreviousConstraint
PresentationCore (4)
Core\CSharp\System\Windows\LayoutManager.cs (3)
319currentElement.Measure(currentElement.PreviousConstraint); 487if (double.IsPositiveInfinity(element.PreviousConstraint.Width)) 490if (double.IsPositiveInfinity(element.PreviousConstraint.Height))
Core\CSharp\System\Windows\UIElement.cs (1)
862Measure(PreviousConstraint);