4 references to PreviousConstraint
PresentationCore (4)
System\Windows\LayoutManager.cs (3)
300currentElement.Measure(currentElement.PreviousConstraint); 466if (double.IsPositiveInfinity(element.PreviousConstraint.Width)) 469if (double.IsPositiveInfinity(element.PreviousConstraint.Height))
System\Windows\UIElement.cs (1)
850Measure(PreviousConstraint);