4 references to Maximum
PresentationFramework (4)
System\Windows\Controls\Primitives\Track.cs (4)
71return Math.Max(Minimum, Math.Min(Maximum, val)); 261/// DependencyProperty for <see cref="Maximum" /> property. 570double range = Math.Max(0.0, Maximum - min); 609double range = Math.Max(0.0, Maximum - min);