2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11587
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
Track
(); },
System\Windows\Markup\KnownTypes.cs (1)
1608
case 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
))]
109
public
Track
Track
204
_track = GetTemplateChild(TrackName) as
Track
;
742
private
Track
_track;
System\Windows\Controls\Primitives\Track.cs (7)
34
IsEnabledProperty.OverrideMetadata(typeof(
Track
), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged)));
222
DependencyProperty.Register("Orientation", typeof(Orientation), typeof(
Track
),
242
RangeBase.MinimumProperty.AddOwner(typeof(
Track
),
260
RangeBase.MaximumProperty.AddOwner(typeof(
Track
),
278
RangeBase.ValueProperty.AddOwner(typeof(
Track
),
298
typeof(
Track
),
329
typeof(
Track
),
System\Windows\Controls\Slider.cs (4)
30
[TemplatePart(Name = "PART_Track", Type = typeof(
Track
))]
1099
internal
Track
Track
1333
Track = GetTemplateChild(TrackName) as
Track
;
1436
private
Track
_track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
768
case 675: t = () => typeof(
Track
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3969
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3970
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.IsDirectionReversedProperty;
3972
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3988
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3989
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.MaximumProperty;
3991
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4007
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4008
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.MinimumProperty;
4010
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4026
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4027
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.OrientationProperty;
4029
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4045
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4046
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.ValueProperty;
4048
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4064
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4065
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.ViewportSizeProperty;
4067
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7843
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7845
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7852
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; },
7853
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
Track
)target).Thumb; }
7862
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7864
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7871
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; },
7872
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
Track
)target).IncreaseRepeatButton; }
7881
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7883
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7890
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; },
7891
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
Track
)target).DecreaseRepeatButton; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11584
typeof(System.Windows.Controls.Primitives.
Track
),
System\Windows\Markup\KnownTypes.cs (7)
1925
return System.Windows.Controls.Primitives.
Track
.IsDirectionReversedProperty;
1927
return System.Windows.Controls.Primitives.
Track
.MaximumProperty;
1929
return System.Windows.Controls.Primitives.
Track
.MinimumProperty;
1931
return System.Windows.Controls.Primitives.
Track
.OrientationProperty;
1933
return System.Windows.Controls.Primitives.
Track
.ValueProperty;
1935
return System.Windows.Controls.Primitives.
Track
.ViewportSizeProperty;
6222
case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.
Track
); break;