Show / Hide Table of Contents

Class CharKeyFrameCollection

Represents a collection of CharKeyFrame objects.

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

Constructors

| Improve this Doc View Source

CharKeyFrameCollection()

Initializes a new instance of the CharKeyFrameCollection class.

Declaration
public CharKeyFrameCollection()

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