5 references to MaximumProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
273get { return (double)GetValue(MaximumProperty); } 274set { SetValue(MaximumProperty, value); } 716BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3990DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty;
System\Windows\Markup\KnownTypes.cs (1)
1928return System.Windows.Controls.Primitives.Track.MaximumProperty;