[]
The CoveredElementsCollection represents an observable collection of FrameworkElements.
public class CoveredElementsCollection : C1ObservableKeyedCollection<FrameworkElement, CoveredElement>, IList<CoveredElement>, ICollection<CoveredElement>, IList, ICollection, IReadOnlyList<CoveredElement>, IReadOnlyCollection<CoveredElement>, IEnumerable<CoveredElement>, IEnumerable, INotifyCollectionChanged
Public Class CoveredElementsCollection
Inherits C1ObservableKeyedCollection(Of FrameworkElement, CoveredElement)
Implements IList(Of CoveredElement), ICollection(Of CoveredElement), IList, ICollection, IReadOnlyList(Of CoveredElement), IReadOnlyCollection(Of CoveredElement), IEnumerable(Of CoveredElement), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| CoveredElementsCollection() |
| Name | Description |
|---|---|
| GetKeyForItem(CoveredElement) | Extracts the key from the specified element. |