Show / Hide Table of Contents

Class DecimalKeyFrameCollection

Represents a collection of DecimalKeyFrame objects.

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

Constructors

| Improve this Doc View Source

DecimalKeyFrameCollection()

Initializes a new instance of the DecimalKeyFrameCollection class.

Declaration
public DecimalKeyFrameCollection()

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