Show / Hide Table of Contents

Class ByteKeyFrameCollection

Represents a collection of ByteKeyFrame objects.

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

Constructors

| Improve this Doc View Source

ByteKeyFrameCollection()

Initializes a new instance of the ByteKeyFrameCollection class.

Declaration
public ByteKeyFrameCollection()

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