2 instantiations of Track
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10437bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.Track(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1616case KnownElements.Track: o = new System.Windows.Controls.Primitives.Track(); break;
54 references to Track
PresentationFramework (54)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (4)
45[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 128public Track Track 226_track = GetTemplateChild(TrackName) as Track; 762private Track _track;
src\Framework\System\Windows\Controls\Primitives\Track.cs (7)
48IsEnabledProperty.OverrideMetadata(typeof(Track), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged))); 240DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Track), 260RangeBase.MinimumProperty.AddOwner(typeof(Track), 278RangeBase.MaximumProperty.AddOwner(typeof(Track), 296RangeBase.ValueProperty.AddOwner(typeof(Track), 316typeof(Track), 347typeof(Track),
src\Framework\System\Windows\Controls\Slider.cs (4)
43[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 1064internal Track Track 1283Track = GetTemplateChild(TrackName) as Track; 1384private Track _track;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
767case 675: t = () => typeof(Track); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3765Type type = typeof(System.Windows.Controls.Primitives.Track); 3766DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 3768this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3782Type type = typeof(System.Windows.Controls.Primitives.Track); 3783DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty; 3785this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3799Type type = typeof(System.Windows.Controls.Primitives.Track); 3800DependencyProperty dp = System.Windows.Controls.Primitives.Track.MinimumProperty; 3802this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3816Type type = typeof(System.Windows.Controls.Primitives.Track); 3817DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty; 3819this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3833Type type = typeof(System.Windows.Controls.Primitives.Track); 3834DependencyProperty dp = System.Windows.Controls.Primitives.Track.ValueProperty; 3836this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3850Type type = typeof(System.Windows.Controls.Primitives.Track); 3851DependencyProperty dp = System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 3853this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7238Type type = typeof(System.Windows.Controls.Primitives.Track); 7240this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7246bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; }; 7247bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).Thumb; }; 7255Type type = typeof(System.Windows.Controls.Primitives.Track); 7257this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7263bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }; 7264bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton; }; 7272Type type = typeof(System.Windows.Controls.Primitives.Track); 7274this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7280bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }; 7281bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10435typeof(System.Windows.Controls.Primitives.Track),
src\Framework\System\Windows\Markup\KnownTypes.cs (7)
1929return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 1931return System.Windows.Controls.Primitives.Track.MaximumProperty; 1933return System.Windows.Controls.Primitives.Track.MinimumProperty; 1935return System.Windows.Controls.Primitives.Track.OrientationProperty; 1937return System.Windows.Controls.Primitives.Track.ValueProperty; 1939return System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 6219case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.Track); break;