Show / Hide Table of Contents

Class UIElementCollection

Represents an ordered collection of UIElement objects.

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

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