2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11588
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
Track
(); },
System\Windows\Markup\KnownTypes.cs (1)
1609
case KnownElements.Track: o = new System.Windows.Controls.Primitives.
Track
(); break;
54 references to Track
PresentationFramework (54)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
27
[TemplatePart(Name = "PART_Track", Type = typeof(
Track
))]
110
public
Track
Track
205
_track = GetTemplateChild(TrackName) as
Track
;
743
private
Track
_track;
System\Windows\Controls\Primitives\Track.cs (7)
35
IsEnabledProperty.OverrideMetadata(typeof(
Track
), new UIPropertyMetadata(new PropertyChangedCallback(OnIsEnabledChanged)));
227
DependencyProperty.Register("Orientation", typeof(Orientation), typeof(
Track
),
247
RangeBase.MinimumProperty.AddOwner(typeof(
Track
),
265
RangeBase.MaximumProperty.AddOwner(typeof(
Track
),
283
RangeBase.ValueProperty.AddOwner(typeof(
Track
),
303
typeof(
Track
),
334
typeof(
Track
),
System\Windows\Controls\Slider.cs (4)
31
[TemplatePart(Name = "PART_Track", Type = typeof(
Track
))]
1100
internal
Track
Track
1334
Track = GetTemplateChild(TrackName) as
Track
;
1437
private
Track
_track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
769
case 675: t = () => typeof(
Track
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3970
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3971
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.IsDirectionReversedProperty;
3973
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3989
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3990
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.MaximumProperty;
3992
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4008
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4009
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.MinimumProperty;
4011
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4027
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4028
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.OrientationProperty;
4030
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4046
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4047
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.ValueProperty;
4049
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
4065
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
4066
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.ViewportSizeProperty;
4068
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7844
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7846
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7853
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; },
7854
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
Track
)target).Thumb; }
7863
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7865
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7872
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; },
7873
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
Track
)target).IncreaseRepeatButton; }
7882
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7884
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7891
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; },
7892
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
Track
)target).DecreaseRepeatButton; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11585
typeof(System.Windows.Controls.Primitives.
Track
),
System\Windows\Markup\KnownTypes.cs (7)
1926
return System.Windows.Controls.Primitives.
Track
.IsDirectionReversedProperty;
1928
return System.Windows.Controls.Primitives.
Track
.MaximumProperty;
1930
return System.Windows.Controls.Primitives.
Track
.MinimumProperty;
1932
return System.Windows.Controls.Primitives.
Track
.OrientationProperty;
1934
return System.Windows.Controls.Primitives.
Track
.ValueProperty;
1936
return System.Windows.Controls.Primitives.
Track
.ViewportSizeProperty;
6223
case KnownElements.Track: t = typeof(System.Windows.Controls.Primitives.
Track
); break;