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