[]
An observable collection of dependency objects.
public class DependencyObjectCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : DependencyObject
| Name | Description |
|---|---|
| T | The type of objects in the collection. Must be derived from DependencyObject. |
| Name | Description |
|---|---|
| DependencyObjectCollection() |
| Name | Description |
|---|---|
| InsertItem(int, T) | Inserts an item into the collection at the specified index. |
| SetItem(int, T) | Replaces the element at the specified index. |