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