5 types derived from Timeline
PresentationCore (5)
System\Windows\Media\Animation\AnimationTimeline.cs (1)
10
public abstract class AnimationTimeline :
Timeline
System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
17
abstract partial class TimelineGroup :
Timeline
System\Windows\Media\Animation\TimelineGroup.cs (1)
15
public abstract partial class TimelineGroup :
Timeline
, IAddChild
System\Windows\Media\Generated\MediaTimeline.cs (1)
17
partial class MediaTimeline :
Timeline
System\Windows\Media\MediaTimeline.cs (1)
22
public partial class MediaTimeline :
Timeline
, IUriContext
148 references to Timeline
PresentationCore (112)
System\Windows\Media\Animation\Clock.cs (24)
41
protected internal Clock(
Timeline
timeline)
58
_timeline = (
Timeline
)timeline.GetCurrentValueAsFrozen();
222
/// <see cref="System.Windows.Media.Animation.
Timeline
.FillBehavior"/> attribute.
350
public
Timeline
Timeline
377
AddEventHandler(
Timeline
.CompletedKey, value);
381
RemoveEventHandler(
Timeline
.CompletedKey, value);
395
AddEventHandler(
Timeline
.CurrentGlobalSpeedInvalidatedKey, value);
400
RemoveEventHandler(
Timeline
.CurrentGlobalSpeedInvalidatedKey, value);
414
AddEventHandler(
Timeline
.CurrentStateInvalidatedKey, value);
419
RemoveEventHandler(
Timeline
.CurrentStateInvalidatedKey, value);
432
AddEventHandler(
Timeline
.CurrentTimeInvalidatedKey, value);
437
RemoveEventHandler(
Timeline
.CurrentTimeInvalidatedKey, value);
448
AddEventHandler(
Timeline
.RemoveRequestedKey, value);
452
RemoveEventHandler(
Timeline
.RemoveRequestedKey, value);
567
Timeline
timeline,
595
Timeline
timeline,
644
Timeline
rootTimeline,
3453
FireEvent(
Timeline
.CompletedKey);
3461
FireEvent(
Timeline
.CurrentGlobalSpeedInvalidatedKey);
3470
FireEvent(
Timeline
.CurrentStateInvalidatedKey);
3479
FireEvent(
Timeline
.CurrentTimeInvalidatedKey);
3505
FireEvent(
Timeline
.RemoveRequestedKey);
3585
Int32? desiredFrameRate =
Timeline
.GetDesiredFrameRate(_timeline);
4480
internal
Timeline
_timeline;
System\Windows\Media\Animation\ClockGroup.cs (1)
85
Timeline
timeline,
System\Windows\Media\Animation\Generated\Timeline.cs (4)
29
public new
Timeline
Clone()
31
return (
Timeline
)base.Clone();
38
public new
Timeline
CloneCurrentValue()
40
return (
Timeline
)base.CloneCurrentValue();
System\Windows\Media\Animation\Generated\TimelineCollection.cs (53)
18
public sealed partial class TimelineCollection : Animatable, IList, IList<
Timeline
>
63
public void Add(
Timeline
value)
91
public bool Contains(
Timeline
value)
101
public int IndexOf(
Timeline
value)
111
public void Insert(int index,
Timeline
value)
133
public bool Remove(
Timeline
value)
149
Timeline
oldValue = _collection[index];
193
Timeline
oldValue = _collection[ index ];
211
public
Timeline
this[int index]
231
Timeline
oldValue = _collection[ index ];
265
public void CopyTo(
Timeline
[] array, int index)
280
bool ICollection<
Timeline
>.IsReadOnly
304
IEnumerator<
Timeline
> IEnumerable<
Timeline
>.GetEnumerator()
317
return ((ICollection<
Timeline
>)this).IsReadOnly;
352
return Contains(value as
Timeline
);
357
return IndexOf(value as
Timeline
);
368
Remove(value as
Timeline
);
460
internal
Timeline
Internal_GetItem(int i)
487
private
Timeline
Cast(object value)
491
if (!(value is
Timeline
))
496
return (
Timeline
) value;
502
private int AddHelper(
Timeline
value)
513
internal int AddWithoutFiringPublicEvents(
Timeline
value)
522
Timeline
newValue = value;
575
_collection = new FrugalStructList<
Timeline
>(count);
579
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].Clone();
597
_collection = new FrugalStructList<
Timeline
>(count);
601
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].CloneCurrentValue();
619
_collection = new FrugalStructList<
Timeline
>(count);
623
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].GetAsFrozen();
641
_collection = new FrugalStructList<
Timeline
>(count);
645
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].GetCurrentValueAsFrozen();
725
internal FrugalStructList<
Timeline
> _collection;
735
public struct Enumerator : IEnumerator, IEnumerator<
Timeline
>
746
_current = default(
Timeline
);
826
public
Timeline
Current
849
private
Timeline
_current;
871
_collection = new FrugalStructList<
Timeline
>();
880
_collection = new FrugalStructList<
Timeline
>(capacity);
886
public TimelineCollection(IEnumerable<
Timeline
> collection)
897
ICollection<
Timeline
> icollectionOfT = collection as ICollection<
Timeline
>;
901
_collection = new FrugalStructList<
Timeline
>(icollectionOfT);
909
_collection = new FrugalStructList<
Timeline
>(icollection);
913
_collection = new FrugalStructList<
Timeline
>();
915
foreach (
Timeline
item in collection)
921
Timeline
newValue = item;
933
foreach (
Timeline
item in collection)
System\Windows\Media\Animation\Timeline.cs (27)
130
Timeline
sourceTimeline = (
Timeline
)sourceFreezable;
149
Timeline
sourceTimeline = (
Timeline
)sourceFreezable;
162
((
Timeline
)d).PropertyChanged(e.Property);
175
typeof(
Timeline
),
231
typeof(
Timeline
),
274
typeof(
Timeline
),
313
typeof(
Timeline
),
356
typeof(
Timeline
),
374
/// <seealso cref="
Timeline
.DesiredFrameRateProperty" />
375
public static Int32? GetDesiredFrameRate(
Timeline
timeline)
387
/// <seealso cref="
Timeline
.DesiredFrameRateProperty" />
388
public static void SetDesiredFrameRate(
Timeline
timeline, Int32? desiredFrameRate)
405
typeof(
Timeline
),
446
typeof(
Timeline
),
486
typeof(
Timeline
),
529
typeof(
Timeline
),
564
typeof(
Timeline
),
838
internal void InternalOnFreezablePropertyChanged(
Timeline
originalTimeline,
Timeline
newTimeline)
897
private void CopyCommon(
Timeline
sourceTimeline)
1001
Timeline
timeline = (
Timeline
)weakRef.Target;
1125
internal static
Timeline
Find(int id)
1127
Timeline
timeline = null;
1135
timeline = (
Timeline
)weakRef.Target;
System\Windows\Media\Animation\TimelineGroup.cs (2)
142
Timeline
timelineChild = child as
Timeline
;
System\Windows\Media\Animation\TimeManager.cs (1)
345
Timeline
.CleanKnownTimelinesTable();
PresentationFramework (36)
System\windows\Documents\CaretElement.cs (1)
918
Timeline
.SetDesiredFrameRate(blinkAnimation, 10);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
759
case 665: t = () => typeof(
Timeline
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6663
Type type = typeof(System.Windows.Media.Animation.
Timeline
);
6664
DependencyProperty dp = System.Windows.Media.Animation.
Timeline
.BeginTimeProperty;
6666
this.GetXamlType(typeof(System.Windows.Media.Animation.
Timeline
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10286
typeof(System.Windows.Media.Animation.
Timeline
),
System\Windows\Markup\KnownTypes.cs (1)
6219
case KnownElements.Timeline: t = typeof(System.Windows.Media.Animation.
Timeline
); break;
System\Windows\Media\Animation\Storyboard.cs (1)
380
Timeline
currentTimeline = currentClock.Timeline;
System\Windows\VisualStateManager.cs (28)
376
Dictionary<TimelineDataToken,
Timeline
> currentAnimations = FlattenTimelines(group.CurrentStoryboards);
377
Dictionary<TimelineDataToken,
Timeline
> transitionAnimations = FlattenTimelines(transition != null ? transition.Storyboard : null);
378
Dictionary<TimelineDataToken,
Timeline
> newStateAnimations = FlattenTimelines(newState.Storyboard);
382
foreach (KeyValuePair<TimelineDataToken,
Timeline
> pair in transitionAnimations)
389
foreach (KeyValuePair<TimelineDataToken,
Timeline
> pair in newStateAnimations)
393
Timeline
toAnimation = GenerateToAnimation(root, pair.Value, easingFunction, true);
408
foreach (KeyValuePair<TimelineDataToken,
Timeline
> pair in currentAnimations)
410
Timeline
fromAnimation = GenerateFromAnimation(root, pair.Value, easingFunction);
421
private static
Timeline
GenerateFromAnimation(FrameworkElement root,
Timeline
timeline, IEasingFunction easingFunction)
423
Timeline
result = null;
448
private static
Timeline
GenerateToAnimation(FrameworkElement root,
Timeline
timeline, IEasingFunction easingFunction, bool isEntering)
450
Timeline
result = null;
487
private static void CopyStoryboardTargetProperties(FrameworkElement root,
Timeline
source,
Timeline
destination)
590
private static Color? GetTargetColor(
Timeline
timeline, bool isEntering)
613
private static double? GetTargetDouble(
Timeline
timeline, bool isEntering)
636
private static Point? GetTargetPoint(
Timeline
timeline, bool isEntering)
666
private static Dictionary<TimelineDataToken,
Timeline
> FlattenTimelines(Storyboard storyboard)
668
Dictionary<TimelineDataToken,
Timeline
> result = new Dictionary<TimelineDataToken,
Timeline
>();
675
private static Dictionary<TimelineDataToken,
Timeline
> FlattenTimelines(Collection<Storyboard> storyboards)
677
Dictionary<TimelineDataToken,
Timeline
> result = new Dictionary<TimelineDataToken,
Timeline
>();
687
private static void FlattenTimelines(Storyboard storyboard, Dictionary<TimelineDataToken,
Timeline
> result)
696
Timeline
child = storyboard.Children[index];
712
public TimelineDataToken(
Timeline
timeline)