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