Show / Hide Table of Contents

Class TimelineCollection

Represents a collection of Timeline objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<Timeline>
TimelineCollection
Implements
System.Collections.Generic.IList<Timeline>
System.Collections.Generic.ICollection<Timeline>
System.Collections.Generic.IEnumerable<Timeline>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<Timeline>.CountProperty
PresentationFrameworkCollection<Timeline>.Count
PresentationFrameworkCollection<Timeline>.Item[Int32]
PresentationFrameworkCollection<Timeline>.IsFixedSize
PresentationFrameworkCollection<Timeline>.IsReadOnly
PresentationFrameworkCollection<Timeline>.IsSynchronized
PresentationFrameworkCollection<Timeline>.SyncRoot
PresentationFrameworkCollection<Timeline>.GetEnumerator()
PresentationFrameworkCollection<Timeline>.Add(Timeline)
PresentationFrameworkCollection<Timeline>.Clear()
PresentationFrameworkCollection<Timeline>.Contains(Timeline)
PresentationFrameworkCollection<Timeline>.CopyTo(Array, Int32)
PresentationFrameworkCollection<Timeline>.CopyTo(Timeline[], Int32)
PresentationFrameworkCollection<Timeline>.IndexOf(Timeline)
PresentationFrameworkCollection<Timeline>.Insert(Int32, Timeline)
PresentationFrameworkCollection<Timeline>.Remove(Timeline)
PresentationFrameworkCollection<Timeline>.RemoveAt(Int32)
PresentationFrameworkCollection<Timeline>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<Timeline>.IList.Add(Object)
PresentationFrameworkCollection<Timeline>.IList.Remove(Object)
PresentationFrameworkCollection<Timeline>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<Timeline>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<Timeline>.IList.IndexOf(Object)
PresentationFrameworkCollection<Timeline>.IList.Contains(Object)
PresentationFrameworkCollection<Timeline>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class TimelineCollection : PresentationFrameworkCollection<Timeline>, IDependencyObject, IList<Timeline>, ICollection<Timeline>, IEnumerable<Timeline>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

TimelineCollection()

Initializes a new instance of the TimelineCollection class.

Declaration
public TimelineCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source