Show / Hide Table of Contents

Class IconCollection

Represents a collection of Icon instances.

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

Constructors

| Improve this Doc View Source

IconCollection()

Initializes a new instance of the IconCollection class.

Declaration
public IconCollection()

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