Show / Hide Table of Contents

Class MatrixKeyFrameCollection

Represents a collection of MatrixKeyFrame objects.

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

Constructors

| Improve this Doc View Source

MatrixKeyFrameCollection()

Initializes a new instance of the MatrixKeyFrameCollection class.

Declaration
public MatrixKeyFrameCollection()

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