Show / Hide Table of Contents

Class ItemCollection

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

Events

| Improve this Doc View Source

CollectionChanged

Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
Type Description
System.Collections.Specialized.NotifyCollectionChangedEventHandler

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