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