3 references to MaximumProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (3)
157
get { return (double) GetValue(
MaximumProperty
); }
158
set { SetValue(
MaximumProperty
, value); }
703
BindToTemplatedParent(
MaximumProperty
, Slider.MaximumProperty);