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