5 references to MaximumProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\Track.cs (3)
268get { return (double)GetValue(MaximumProperty); } 269set { SetValue(MaximumProperty, value); } 707BindToTemplatedParent(MaximumProperty, RangeBase.MaximumProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3989DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty;
System\Windows\Markup\KnownTypes.cs (1)
1927return System.Windows.Controls.Primitives.Track.MaximumProperty;