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