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