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