2 references to maxValue
System.Data (2)
cdf\src\NetFx40\Tools\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)));