Show / Hide Table of Contents

Class BooleanKeyFrameCollection

Represents a collection of BooleanKeyFrame objects.

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

Constructors

| Improve this Doc View Source

BooleanKeyFrameCollection()

Initializes a new instance of the BooleanKeyFrameCollection class.

Declaration
public BooleanKeyFrameCollection()

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