2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10439bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.Track(); };
System\Windows\Markup\KnownTypes.cs (1)
1615case 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; 741private 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))] 1116internal Track Track 1350Track = GetTemplateChild(TrackName) as Track; 1453private Track _track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
769case 675: t = () => typeof(Track); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3788Type type = typeof(System.Windows.Controls.Primitives.Track); 3789DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 3791this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3805Type type = typeof(System.Windows.Controls.Primitives.Track); 3806DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty; 3808this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3822Type type = typeof(System.Windows.Controls.Primitives.Track); 3823DependencyProperty dp = System.Windows.Controls.Primitives.Track.MinimumProperty; 3825this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3839Type type = typeof(System.Windows.Controls.Primitives.Track); 3840DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty; 3842this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3856Type type = typeof(System.Windows.Controls.Primitives.Track); 3857DependencyProperty dp = System.Windows.Controls.Primitives.Track.ValueProperty; 3859this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3873Type type = typeof(System.Windows.Controls.Primitives.Track); 3874DependencyProperty dp = System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 3876this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7278Type type = typeof(System.Windows.Controls.Primitives.Track); 7280this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7286bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; }; 7287bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).Thumb; }; 7295Type type = typeof(System.Windows.Controls.Primitives.Track); 7297this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7303bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }; 7304bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton; }; 7312Type type = typeof(System.Windows.Controls.Primitives.Track); 7314this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7320bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }; 7321bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10437typeof(System.Windows.Controls.Primitives.Track),
System\Windows\Markup\KnownTypes.cs (7)
1932return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 1934return System.Windows.Controls.Primitives.Track.MaximumProperty; 1936return System.Windows.Controls.Primitives.Track.MinimumProperty; 1938return System.Windows.Controls.Primitives.Track.OrientationProperty; 1940return System.Windows.Controls.Primitives.Track.ValueProperty; 1942return System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 6229case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.Track); break;