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