3 references to MaximumProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\TickBar.cs (3)
142
get { return (double) GetValue(
MaximumProperty
); }
143
set { SetValue(
MaximumProperty
, value); }
688
BindToTemplatedParent(
MaximumProperty
, Slider.MaximumProperty);