4 references to PreviousConstraint
PresentationCore (4)
System\Windows\LayoutManager.cs (3)
299currentElement.Measure(currentElement.PreviousConstraint); 465if (double.IsPositiveInfinity(element.PreviousConstraint.Width)) 468if (double.IsPositiveInfinity(element.PreviousConstraint.Height))
System\Windows\UIElement.cs (1)
845Measure(PreviousConstraint);