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