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