2 references to minValue
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1624double y = Math.Min(maxValue, Math.Max(minValue, Math.Min(y1, y2))); 1667y = Math.Min(maxValue, Math.Max(minValue, Math.Min(y1, y2)));