Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : DisconnectedUIElementCollection Class |
The following tables list the members exposed by DisconnectedUIElementCollection.
Name | Description | |
---|---|---|
![]() | DisconnectedUIElementCollection Constructor | This collection can be used by a panel to maintain a collection of child elements that are *not* connected to their owner as visual children or logical children. |
Name | Description | |
---|---|---|
![]() | Capacity | Overridden. |
![]() | Count | Overridden. Gets the number of elements in the collection. |
![]() | Item | Overridden. |
Name | Description | |
---|---|---|
![]() | Add | Overridden. Adds the element to the DisconnectedUIElementCollection |
![]() | Clear | Overridden. Removes all elements from the DisconnectedUIElementCollection |
![]() | Contains | Overridden. Determines whether an element is in the DisconnectedUIElementCollection |
![]() | CopyTo | Overloaded. Overridden. Copies the collection into the Array |
![]() | GetEnumerator | Overridden. Returns an enumerator that can iterate through the collection. |
![]() | IndexOf | Overridden. Returns the index of the element in the DisconnectedUIElementCollection |
![]() | Initialize | The Initialize method is simply exposed as an accessible member that can be called from the ConceptualPanel's Loaded event. Accessing this member via the Children property will implicitly cause CreateUIElementCollection to be called to create the disconnected collection. This method exists because simple access of a property like Count might be optimized away by an aggressive compiler. |
![]() | Insert | Overridden. Inserts an element into the DisconnectedUIElementCollection at the specified index |
![]() | Remove | Overridden. Removes the specified element from the DisconnectedUIElementCollection |
![]() | RemoveAt | Overridden. Removes the element at the specified index from the DisconnectedUIElementCollection |
![]() | RemoveRange | Overridden. Removes the specified number of elements starting at the specified index from the DisconnectedUIElementCollection |
Name | Description | |
---|---|---|
![]() | Filter | Overloaded. Filters the specified list. |
![]() | GetImage | Overloaded. Gets the image. |
![]() | IfNotNull<T,U> |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Since the owner of the collection is not the parent of the elements, it needs a mechanism by which to monitor its collection of child visuals. This class provides such notifications via INotifyCollectionChanged. |