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