Show / Hide Table of Contents

Class ConditionCollection

Inheritance
System.Object
DependencyObject
DependencyObjectCollection<ComparisonCondition>
ConditionCollection
Implements
System.Collections.Generic.IList<ComparisonCondition>
System.Collections.Generic.ICollection<ComparisonCondition>
System.Collections.Generic.IEnumerable<ComparisonCondition>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
Inherited Members
DependencyObjectCollection<ComparisonCondition>.CollectionChanged
DependencyObjectCollection<ComparisonCondition>.Item[Int32]
DependencyObjectCollection<ComparisonCondition>.Count
DependencyObjectCollection<ComparisonCondition>.IsReadOnly
DependencyObjectCollection<ComparisonCondition>.Add(ComparisonCondition)
DependencyObjectCollection<ComparisonCondition>.Clear()
DependencyObjectCollection<ComparisonCondition>.Contains(ComparisonCondition)
DependencyObjectCollection<ComparisonCondition>.GetEnumerator()
DependencyObjectCollection<ComparisonCondition>.IndexOf(ComparisonCondition)
DependencyObjectCollection<ComparisonCondition>.Insert(Int32, ComparisonCondition)
DependencyObjectCollection<ComparisonCondition>.Remove(ComparisonCondition)
DependencyObjectCollection<ComparisonCondition>.RemoveAt(Int32)
DependencyObjectCollection<ComparisonCondition>.CopyTo(ComparisonCondition[], Int32)
DependencyObjectCollection<ComparisonCondition>.IList.Item[Int32]
DependencyObjectCollection<ComparisonCondition>.IList.IsFixedSize
DependencyObjectCollection<ComparisonCondition>.ICollection.SyncRoot
DependencyObjectCollection<ComparisonCondition>.ICollection.IsSynchronized
DependencyObjectCollection<ComparisonCondition>.ICollection.CopyTo(Array, Int32)
DependencyObjectCollection<ComparisonCondition>.IList.Add(Object)
DependencyObjectCollection<ComparisonCondition>.IList.Contains(Object)
DependencyObjectCollection<ComparisonCondition>.IList.IndexOf(Object)
DependencyObjectCollection<ComparisonCondition>.IList.Insert(Int32, Object)
DependencyObjectCollection<ComparisonCondition>.IList.Remove(Object)
DependencyObjectCollection<ComparisonCondition>.IEnumerable.GetEnumerator()
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: Microsoft.Expression.Interactivity.Core
Assembly: OpenSilver.Expression.Interactions.dll
Syntax
public class ConditionCollection : DependencyObjectCollection<ComparisonCondition>, IDependencyObject, IList<ComparisonCondition>, ICollection<ComparisonCondition>, IEnumerable<ComparisonCondition>, IList, ICollection, IEnumerable, INotifyCollectionChanged

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
System.Collections.Specialized.INotifyCollectionChanged

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