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