Show / Hide Table of Contents

Class SingleKeyFrameCollection

Represents a collection of SingleKeyFrame objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<SingleKeyFrame>
SingleKeyFrameCollection
Implements
System.Collections.Generic.IList<SingleKeyFrame>
System.Collections.Generic.ICollection<SingleKeyFrame>
System.Collections.Generic.IEnumerable<SingleKeyFrame>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<SingleKeyFrame>.CountProperty
PresentationFrameworkCollection<SingleKeyFrame>.Count
PresentationFrameworkCollection<SingleKeyFrame>.Item[Int32]
PresentationFrameworkCollection<SingleKeyFrame>.IsFixedSize
PresentationFrameworkCollection<SingleKeyFrame>.IsReadOnly
PresentationFrameworkCollection<SingleKeyFrame>.IsSynchronized
PresentationFrameworkCollection<SingleKeyFrame>.SyncRoot
PresentationFrameworkCollection<SingleKeyFrame>.GetEnumerator()
PresentationFrameworkCollection<SingleKeyFrame>.Add(SingleKeyFrame)
PresentationFrameworkCollection<SingleKeyFrame>.Clear()
PresentationFrameworkCollection<SingleKeyFrame>.Contains(SingleKeyFrame)
PresentationFrameworkCollection<SingleKeyFrame>.CopyTo(Array, Int32)
PresentationFrameworkCollection<SingleKeyFrame>.CopyTo(SingleKeyFrame[], Int32)
PresentationFrameworkCollection<SingleKeyFrame>.IndexOf(SingleKeyFrame)
PresentationFrameworkCollection<SingleKeyFrame>.Insert(Int32, SingleKeyFrame)
PresentationFrameworkCollection<SingleKeyFrame>.Remove(SingleKeyFrame)
PresentationFrameworkCollection<SingleKeyFrame>.RemoveAt(Int32)
PresentationFrameworkCollection<SingleKeyFrame>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<SingleKeyFrame>.IList.Add(Object)
PresentationFrameworkCollection<SingleKeyFrame>.IList.Remove(Object)
PresentationFrameworkCollection<SingleKeyFrame>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<SingleKeyFrame>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<SingleKeyFrame>.IList.IndexOf(Object)
PresentationFrameworkCollection<SingleKeyFrame>.IList.Contains(Object)
PresentationFrameworkCollection<SingleKeyFrame>.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 SingleKeyFrameCollection : PresentationFrameworkCollection<SingleKeyFrame>, IDependencyObject, IList<SingleKeyFrame>, ICollection<SingleKeyFrame>, IEnumerable<SingleKeyFrame>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

SingleKeyFrameCollection()

Initializes a new instance of the SingleKeyFrameCollection class.

Declaration
public SingleKeyFrameCollection()

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