Show / Hide Table of Contents

Class Int64KeyFrameCollection

Represents a collection of Int16KeyFrame objects.

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

Constructors

| Improve this Doc View Source

Int64KeyFrameCollection()

Initializes a new instance of the Int16KeyFrameCollection class.

Declaration
public Int64KeyFrameCollection()

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