5 types derived from Timeline
PresentationCore (5)
System\Windows\Media\Animation\AnimationTimeline.cs (1)
17
public abstract class AnimationTimeline :
Timeline
System\Windows\Media\Animation\Generated\TimelineGroup.cs (1)
44
abstract partial class TimelineGroup :
Timeline
System\Windows\Media\Animation\TimelineGroup.cs (1)
21
public abstract partial class TimelineGroup :
Timeline
, IAddChild
System\Windows\Media\Generated\MediaTimeline.cs (1)
45
partial class MediaTimeline :
Timeline
System\Windows\Media\MediaTimeline.cs (1)
37
public partial class MediaTimeline :
Timeline
, IUriContext
148 references to Timeline
PresentationCore (112)
System\Windows\Media\Animation\Clock.cs (24)
54
protected internal Clock(
Timeline
timeline)
71
_timeline = (
Timeline
)timeline.GetCurrentValueAsFrozen();
235
/// <see cref="System.Windows.Media.Animation.
Timeline
.FillBehavior"/> attribute.
363
public
Timeline
Timeline
390
AddEventHandler(
Timeline
.CompletedKey, value);
394
RemoveEventHandler(
Timeline
.CompletedKey, value);
408
AddEventHandler(
Timeline
.CurrentGlobalSpeedInvalidatedKey, value);
413
RemoveEventHandler(
Timeline
.CurrentGlobalSpeedInvalidatedKey, value);
427
AddEventHandler(
Timeline
.CurrentStateInvalidatedKey, value);
432
RemoveEventHandler(
Timeline
.CurrentStateInvalidatedKey, value);
445
AddEventHandler(
Timeline
.CurrentTimeInvalidatedKey, value);
450
RemoveEventHandler(
Timeline
.CurrentTimeInvalidatedKey, value);
461
AddEventHandler(
Timeline
.RemoveRequestedKey, value);
465
RemoveEventHandler(
Timeline
.RemoveRequestedKey, value);
580
Timeline
timeline,
608
Timeline
timeline,
657
Timeline
rootTimeline,
3466
FireEvent(
Timeline
.CompletedKey);
3474
FireEvent(
Timeline
.CurrentGlobalSpeedInvalidatedKey);
3483
FireEvent(
Timeline
.CurrentStateInvalidatedKey);
3492
FireEvent(
Timeline
.CurrentTimeInvalidatedKey);
3518
FireEvent(
Timeline
.RemoveRequestedKey);
3598
Int32? desiredFrameRate =
Timeline
.GetDesiredFrameRate(_timeline);
4493
internal
Timeline
_timeline;
System\Windows\Media\Animation\ClockGroup.cs (1)
90
Timeline
timeline,
System\Windows\Media\Animation\Generated\Timeline.cs (4)
58
public new
Timeline
Clone()
60
return (
Timeline
)base.Clone();
67
public new
Timeline
CloneCurrentValue()
69
return (
Timeline
)base.CloneCurrentValue();
System\Windows\Media\Animation\Generated\TimelineCollection.cs (53)
49
public sealed partial class TimelineCollection : Animatable, IList, IList<
Timeline
>
94
public void Add(
Timeline
value)
122
public bool Contains(
Timeline
value)
132
public int IndexOf(
Timeline
value)
142
public void Insert(int index,
Timeline
value)
164
public bool Remove(
Timeline
value)
180
Timeline
oldValue = _collection[index];
224
Timeline
oldValue = _collection[ index ];
242
public
Timeline
this[int index]
262
Timeline
oldValue = _collection[ index ];
296
public void CopyTo(
Timeline
[] array, int index)
311
bool ICollection<
Timeline
>.IsReadOnly
335
IEnumerator<
Timeline
> IEnumerable<
Timeline
>.GetEnumerator()
348
return ((ICollection<
Timeline
>)this).IsReadOnly;
383
return Contains(value as
Timeline
);
388
return IndexOf(value as
Timeline
);
399
Remove(value as
Timeline
);
491
internal
Timeline
Internal_GetItem(int i)
518
private
Timeline
Cast(object value)
522
if (!(value is
Timeline
))
527
return (
Timeline
) value;
533
private int AddHelper(
Timeline
value)
544
internal int AddWithoutFiringPublicEvents(
Timeline
value)
553
Timeline
newValue = value;
606
_collection = new FrugalStructList<
Timeline
>(count);
610
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].Clone();
628
_collection = new FrugalStructList<
Timeline
>(count);
632
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].CloneCurrentValue();
650
_collection = new FrugalStructList<
Timeline
>(count);
654
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].GetAsFrozen();
672
_collection = new FrugalStructList<
Timeline
>(count);
676
Timeline
newValue = (
Timeline
) sourceTimelineCollection._collection[i].GetCurrentValueAsFrozen();
756
internal FrugalStructList<
Timeline
> _collection;
766
public struct Enumerator : IEnumerator, IEnumerator<
Timeline
>
777
_current = default(
Timeline
);
857
public
Timeline
Current
880
private
Timeline
_current;
902
_collection = new FrugalStructList<
Timeline
>();
911
_collection = new FrugalStructList<
Timeline
>(capacity);
917
public TimelineCollection(IEnumerable<
Timeline
> collection)
928
ICollection<
Timeline
> icollectionOfT = collection as ICollection<
Timeline
>;
932
_collection = new FrugalStructList<
Timeline
>(icollectionOfT);
940
_collection = new FrugalStructList<
Timeline
>(icollection);
944
_collection = new FrugalStructList<
Timeline
>();
946
foreach (
Timeline
item in collection)
952
Timeline
newValue = item;
964
foreach (
Timeline
item in collection)
System\Windows\Media\Animation\Timeline.cs (27)
140
Timeline
sourceTimeline = (
Timeline
)sourceFreezable;
159
Timeline
sourceTimeline = (
Timeline
)sourceFreezable;
172
((
Timeline
)d).PropertyChanged(e.Property);
185
typeof(
Timeline
),
241
typeof(
Timeline
),
284
typeof(
Timeline
),
323
typeof(
Timeline
),
366
typeof(
Timeline
),
384
/// <seealso cref="
Timeline
.DesiredFrameRateProperty" />
385
public static Int32? GetDesiredFrameRate(
Timeline
timeline)
397
/// <seealso cref="
Timeline
.DesiredFrameRateProperty" />
398
public static void SetDesiredFrameRate(
Timeline
timeline, Int32? desiredFrameRate)
415
typeof(
Timeline
),
456
typeof(
Timeline
),
496
typeof(
Timeline
),
539
typeof(
Timeline
),
574
typeof(
Timeline
),
848
internal void InternalOnFreezablePropertyChanged(
Timeline
originalTimeline,
Timeline
newTimeline)
907
private void CopyCommon(
Timeline
sourceTimeline)
1011
Timeline
timeline = (
Timeline
)weakRef.Target;
1135
internal static
Timeline
Find(int id)
1137
Timeline
timeline = null;
1145
timeline = (
Timeline
)weakRef.Target;
System\Windows\Media\Animation\TimelineGroup.cs (2)
148
Timeline
timelineChild = child as
Timeline
;
System\Windows\Media\Animation\TimeManager.cs (1)
359
Timeline
.CleanKnownTimelinesTable();
PresentationFramework (36)
System\windows\Documents\CaretElement.cs (1)
921
Timeline
.SetDesiredFrameRate(blinkAnimation, 10);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
761
case 665: t = () => typeof(
Timeline
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6665
Type type = typeof(System.Windows.Media.Animation.
Timeline
);
6666
DependencyProperty dp = System.Windows.Media.Animation.
Timeline
.BeginTimeProperty;
6668
this.GetXamlType(typeof(System.Windows.Media.Animation.
Timeline
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10288
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)
383
Timeline
currentTimeline = currentClock.Timeline;
System\Windows\VisualStateManager.cs (28)
381
Dictionary<TimelineDataToken,
Timeline
> currentAnimations = FlattenTimelines(group.CurrentStoryboards);
382
Dictionary<TimelineDataToken,
Timeline
> transitionAnimations = FlattenTimelines(transition != null ? transition.Storyboard : null);
383
Dictionary<TimelineDataToken,
Timeline
> newStateAnimations = FlattenTimelines(newState.Storyboard);
387
foreach (KeyValuePair<TimelineDataToken,
Timeline
> pair in transitionAnimations)
394
foreach (KeyValuePair<TimelineDataToken,
Timeline
> pair in newStateAnimations)
398
Timeline
toAnimation = GenerateToAnimation(root, pair.Value, easingFunction, true);
413
foreach (KeyValuePair<TimelineDataToken,
Timeline
> pair in currentAnimations)
415
Timeline
fromAnimation = GenerateFromAnimation(root, pair.Value, easingFunction);
426
private static
Timeline
GenerateFromAnimation(FrameworkElement root,
Timeline
timeline, IEasingFunction easingFunction)
428
Timeline
result = null;
453
private static
Timeline
GenerateToAnimation(FrameworkElement root,
Timeline
timeline, IEasingFunction easingFunction, bool isEntering)
455
Timeline
result = null;
492
private static void CopyStoryboardTargetProperties(FrameworkElement root,
Timeline
source,
Timeline
destination)
595
private static Color? GetTargetColor(
Timeline
timeline, bool isEntering)
618
private static double? GetTargetDouble(
Timeline
timeline, bool isEntering)
641
private static Point? GetTargetPoint(
Timeline
timeline, bool isEntering)
671
private static Dictionary<TimelineDataToken,
Timeline
> FlattenTimelines(Storyboard storyboard)
673
Dictionary<TimelineDataToken,
Timeline
> result = new Dictionary<TimelineDataToken,
Timeline
>();
680
private static Dictionary<TimelineDataToken,
Timeline
> FlattenTimelines(Collection<Storyboard> storyboards)
682
Dictionary<TimelineDataToken,
Timeline
> result = new Dictionary<TimelineDataToken,
Timeline
>();
692
private static void FlattenTimelines(Storyboard storyboard, Dictionary<TimelineDataToken,
Timeline
> result)
701
Timeline
child = storyboard.Children[index];
717
public TimelineDataToken(
Timeline
timeline)