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