Show / Hide Table of Contents

Class SizeKeyFrameCollection

Represents a collection of SizeKeyFrame objects.

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

Constructors

| Improve this Doc View Source

SizeKeyFrameCollection()

Initializes a new instance of the SizeKeyFrameCollection class.

Declaration
public SizeKeyFrameCollection()

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