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