The GwxDependencyObjectList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a GwxDependencyObject object to the end of the list.
| |
| AddRange |
Adds the elements of a GwxDependencyObject array to the end of the list.
| |
| Clear | (Inherited from ValidatingList.) | |
| Contains |
Determines whether a GwxDependencyObject object is in the list.
| |
| CopyTo | (Inherited from ValidatingList.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetEnumerator | (Inherited from ValidatingList.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches for the specified GwxDependencyObject object and returns the zero-based index of the first occurrence within the entire list.
| |
| Insert |
Inserts a GwxDependencyObject object into the list at the specified index.
| |
| InsertChildAfter |
Inserts a child GwxDependencyObject in this instance, after the specified reference child GwxDependencyObject.
| |
| InsertChildBefore |
Inserts a child GwxDependencyObject in this instance, before the specified reference child GwxDependencyObject.
| |
| InsertChildrenAfter |
Inserts a collection of child GwxDependencyObject objects in this instance, after the specified reference child GwxDependencyObject.
| |
| InsertChildrenBefore |
Inserts a collection of child GwxDependencyObject objects in this instance, before the specified reference child GwxDependencyObject.
| |
| OnClear | (Inherited from ValidatingList.) | |
| OnClearComplete | (Inherited from ValidatingList.) | |
| OnInsert | (Inherited from ValidatingList.) | |
| OnInsertComplete | (Inherited from ValidatingList.) | |
| OnRemove | (Inherited from ValidatingList.) | |
| OnRemoveComplete | (Inherited from ValidatingList.) | |
| OnSet | (Inherited from ValidatingList.) | |
| OnSetComplete | (Inherited from ValidatingList.) | |
| Remove |
Removes the first occurrence of a specific GwxDependencyObject object from the list.
| |
| RemoveAt | (Inherited from ValidatingList.) | |
| RemoveRange |
Removes the elements of a GwxDependencyObject array from the list.
| |
| ReplaceChild |
Replaces a GwxDependencyObject with a different GwxDependencyObject.
| |
| ToArray |
Copies the elements of the list to a new array of GwxDependencyObject objects.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from ValidatingList.) | |
| FirstChild |
First child GwxDependencyObject (if there is one).
| |
| InnerList | (Inherited from ValidatingList.) | |
| IsFixedSize | (Inherited from ValidatingList.) | |
| IsSynchronized | (Inherited from ValidatingList.) | |
| Item |
Gets or sets the GwxDependencyObject object at the specified index.
| |
| LastChild |
Last child GwxDependencyObject (if there is one).
| |
| List | (Inherited from ValidatingList.) | |
| SyncRoot | (Inherited from ValidatingList.) |