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