2 instantiations of Track
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10439
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)
27
[TemplatePart(Name = "PART_Track", Type = typeof(
Track
))]
110
public
Track
Track
205
_track = GetTemplateChild(TrackName) as
Track
;
741
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
))]
1116
internal
Track
Track
1350
Track = GetTemplateChild(TrackName) as
Track
;
1453
private
Track
_track;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
769
case 675: t = () => typeof(
Track
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (30)
3788
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3789
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.IsDirectionReversedProperty;
3791
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3805
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3806
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.MaximumProperty;
3808
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3822
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3823
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.MinimumProperty;
3825
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3839
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3840
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.OrientationProperty;
3842
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3856
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3857
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.ValueProperty;
3859
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
3873
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
3874
DependencyProperty dp = System.Windows.Controls.Primitives.
Track
.ViewportSizeProperty;
3876
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7278
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7280
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7286
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).Thumb = (System.Windows.Controls.Primitives.Thumb)value; };
7287
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
Track
)target).Thumb; };
7295
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7297
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7303
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).IncreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; };
7304
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
Track
)target).IncreaseRepeatButton; };
7312
Type type = typeof(System.Windows.Controls.Primitives.
Track
);
7314
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
Track
)), // DeclaringType
7320
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.Primitives.
Track
)target).DecreaseRepeatButton = (System.Windows.Controls.Primitives.RepeatButton)value; };
7321
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
Track
)target).DecreaseRepeatButton; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10437
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;