Show / Hide Table of Contents

Class TriggerActionCollection

Represents a collection of BeginStoryboard objects.

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

Constructors

| Improve this Doc View Source

TriggerActionCollection()

Initializes a new instance of the TriggerActionCollection class.

Declaration
public TriggerActionCollection()

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