2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10441bamlType.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)
43[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 126public Track Track 221_track = GetTemplateChild(TrackName) as Track; 757private Track _track;
System\Windows\Controls\Primitives\Track.cs (7)
46IsEnabledProperty.OverrideMetadata(typeof(Track), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged))); 238DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Track), 258RangeBase.MinimumProperty.AddOwner(typeof(Track), 276RangeBase.MaximumProperty.AddOwner(typeof(Track), 294RangeBase.ValueProperty.AddOwner(typeof(Track), 314typeof(Track), 345typeof(Track),
System\Windows\Controls\Slider.cs (4)
42[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 1127internal Track Track 1361Track = GetTemplateChild(TrackName) as Track; 1464private Track _track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
771case 675: t = () => typeof(Track); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3790Type type = typeof(System.Windows.Controls.Primitives.Track); 3791DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 3793this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3807Type type = typeof(System.Windows.Controls.Primitives.Track); 3808DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty; 3810this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3824Type type = typeof(System.Windows.Controls.Primitives.Track); 3825DependencyProperty dp = System.Windows.Controls.Primitives.Track.MinimumProperty; 3827this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3841Type type = typeof(System.Windows.Controls.Primitives.Track); 3842DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty; 3844this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3858Type type = typeof(System.Windows.Controls.Primitives.Track); 3859DependencyProperty dp = System.Windows.Controls.Primitives.Track.ValueProperty; 3861this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3875Type type = typeof(System.Windows.Controls.Primitives.Track); 3876DependencyProperty dp = System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 3878this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7280Type type = typeof(System.Windows.Controls.Primitives.Track); 7282this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7288bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; }; 7289bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).Thumb; }; 7297Type type = typeof(System.Windows.Controls.Primitives.Track); 7299this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7305bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }; 7306bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton; }; 7314Type type = typeof(System.Windows.Controls.Primitives.Track); 7316this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7322bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }; 7323bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10439typeof(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;