Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : DisconnectedUIElementCollection Class |
For a list of all members of this type, see DisconnectedUIElementCollection members.
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> |