2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11587DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.Track(); },
System\Windows\Markup\KnownTypes.cs (1)
1608case KnownElements.Track: o = new System.Windows.Controls.Primitives.Track(); break;
54 references to Track
PresentationFramework (54)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
26[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 109public Track Track 204_track = GetTemplateChild(TrackName) as Track; 742private Track _track;
System\Windows\Controls\Primitives\Track.cs (7)
34IsEnabledProperty.OverrideMetadata(typeof(Track), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged))); 222DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Track), 242RangeBase.MinimumProperty.AddOwner(typeof(Track), 260RangeBase.MaximumProperty.AddOwner(typeof(Track), 278RangeBase.ValueProperty.AddOwner(typeof(Track), 298typeof(Track), 329typeof(Track),
System\Windows\Controls\Slider.cs (4)
30[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 1096internal Track Track 1330Track = GetTemplateChild(TrackName) as Track; 1430private Track _track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
768case 675: t = () => typeof(Track); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3969Type type = typeof(System.Windows.Controls.Primitives.Track); 3970DependencyProperty dp = System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 3972this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 3988Type type = typeof(System.Windows.Controls.Primitives.Track); 3989DependencyProperty dp = System.Windows.Controls.Primitives.Track.MaximumProperty; 3991this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4007Type type = typeof(System.Windows.Controls.Primitives.Track); 4008DependencyProperty dp = System.Windows.Controls.Primitives.Track.MinimumProperty; 4010this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4026Type type = typeof(System.Windows.Controls.Primitives.Track); 4027DependencyProperty dp = System.Windows.Controls.Primitives.Track.OrientationProperty; 4029this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4045Type type = typeof(System.Windows.Controls.Primitives.Track); 4046DependencyProperty dp = System.Windows.Controls.Primitives.Track.ValueProperty; 4048this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 4064Type type = typeof(System.Windows.Controls.Primitives.Track); 4065DependencyProperty dp = System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 4067this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7847Type type = typeof(System.Windows.Controls.Primitives.Track); 7849this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7856SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.Track)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; }, 7857GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Track)target).Thumb; } 7866Type type = typeof(System.Windows.Controls.Primitives.Track); 7868this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7875SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }, 7876GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Track)target).IncreaseRepeatButton; } 7885Type type = typeof(System.Windows.Controls.Primitives.Track); 7887this.GetXamlType(typeof(System.Windows.Controls.Primitives.Track)), // DeclaringType 7894SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; }, 7895GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.Track)target).DecreaseRepeatButton; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11584typeof(System.Windows.Controls.Primitives.Track),
System\Windows\Markup\KnownTypes.cs (7)
1925return System.Windows.Controls.Primitives.Track.IsDirectionReversedProperty; 1927return System.Windows.Controls.Primitives.Track.MaximumProperty; 1929return System.Windows.Controls.Primitives.Track.MinimumProperty; 1931return System.Windows.Controls.Primitives.Track.OrientationProperty; 1933return System.Windows.Controls.Primitives.Track.ValueProperty; 1935return System.Windows.Controls.Primitives.Track.ViewportSizeProperty; 6222case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.Track); break;