2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11588DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.Track(); },
System\Windows\Markup\KnownTypes.cs (1)
1609case KnownElements.Track: o = new System.Windows.Controls.Primitives.Track(); break;
54 references to Track
PresentationFramework (54)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
27[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 110public Track Track 205_track = GetTemplateChild(TrackName) as Track; 743private Track _track;
System\Windows\Controls\Primitives\Track.cs (7)
35IsEnabledProperty.OverrideMetadata(typeof(Track), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged))); 227DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Track), 247RangeBase.MinimumProperty.AddOwner(typeof(Track), 265RangeBase.MaximumProperty.AddOwner(typeof(Track), 283RangeBase.ValueProperty.AddOwner(typeof(Track), 303typeof(Track), 334typeof(Track),
System\Windows\Controls\Slider.cs (4)
31[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 1100internal Track Track 1334Track = GetTemplateChild(TrackName) as Track; 1437private Track _track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
769case 675: t = () => typeof(Track); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3970Type type = typeof(System.Windows.Controls.Primitives.Track); 3971DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 3973this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3989Type type = typeof(System.Windows.Controls.Primitives.Track); 3990DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty; 3992this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4008Type type = typeof(System.Windows.Controls.Primitives.Track); 4009DependencyProperty dp = System.Windows.Controls.Primitives.Track.MinimumProperty; 4011this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4027Type type = typeof(System.Windows.Controls.Primitives.Track); 4028DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty; 4030this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4046Type type = typeof(System.Windows.Controls.Primitives.Track); 4047DependencyProperty dp = System.Windows.Controls.Primitives.Track.ValueProperty; 4049this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4065Type type = typeof(System.Windows.Controls.Primitives.Track); 4066DependencyProperty dp = System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 4068this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7844Type type = typeof(System.Windows.Controls.Primitives.Track); 7846this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7853SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.Track)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; }, 7854GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Track)target).Thumb; } 7863Type type = typeof(System.Windows.Controls.Primitives.Track); 7865this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7872SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }, 7873GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton; } 7882Type type = typeof(System.Windows.Controls.Primitives.Track); 7884this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7891SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }, 7892GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11585typeof(System.Windows.Controls.Primitives.Track),
System\Windows\Markup\KnownTypes.cs (7)
1926return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 1928return System.Windows.Controls.Primitives.Track.MaximumProperty; 1930return System.Windows.Controls.Primitives.Track.MinimumProperty; 1932return System.Windows.Controls.Primitives.Track.OrientationProperty; 1934return System.Windows.Controls.Primitives.Track.ValueProperty; 1936return System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 6223case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.Track); break;