Show / Hide Table of Contents

Class SetterBaseCollection

Represents a collection of objects that inherit from SetterBase.

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

Constructors

| Improve this Doc View Source

SetterBaseCollection()

Initializes a new instance of the SetterBaseCollection class.

Declaration
public SetterBaseCollection()

Properties

| Improve this Doc View Source

IsSealed

Returns the sealed state of this object. If true, any attempt at modifying the state of this object will trigger an exception.

Declaration
public bool IsSealed { get; }
Property Value
Type Description
System.Boolean

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