4 references to PreviousConstraint
PresentationCore (4)
System\Windows\LayoutManager.cs (3)
316currentElement.Measure(currentElement.PreviousConstraint); 482if (double.IsPositiveInfinity(element.PreviousConstraint.Width)) 485if (double.IsPositiveInfinity(element.PreviousConstraint.Height))
System\Windows\UIElement.cs (1)
855Measure(PreviousConstraint);