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