ChildObjectCollectionT Methods |
The ChildObjectCollectionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds the specified object to the end of the FreezableCollectionT. (Inherited from FreezableCollectionT.) | |
| AddRange |
Adds the elements of the specified collection to the end of this collection.
| |
| ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. (Inherited from Animatable.) | |
| ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. (Inherited from Animatable.) | |
| ApplyDelegate |
Apply delegate
| |
| BeginAnimation(DependencyProperty, AnimationTimeline) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. (Inherited from Animatable.) | |
| BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. (Inherited from Animatable.) | |
| Clear | Removes all elements from the collection. (Inherited from FreezableCollectionT.) | |
| ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
| ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
| Clone | Creates a modifiable clone of this FreezableCollectionT and its contents, making deep copies. If this collection (or its contents) has animated dependency properties, the property’s base value is copied, not its current animated value. (Inherited from FreezableCollectionT.) | |
| CloneCurrentValue | Creates a modifiable copy of this FreezableCollectionT and its contents, making deep copies of this object's current values. If this object (or the objects it contains) contains animated dependency properties, their current animated values are copied. (Inherited from FreezableCollectionT.) | |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
| Contains | Determines whether this FreezableCollectionT contains the specified value. (Inherited from FreezableCollectionT.) | |
| CopyTo | Copies the entire FreezableCollectionT to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from FreezableCollectionT.) | |
| Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
| Freeze | Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.) | |
| GetAnimationBaseValue | Returns the non-animated value of the specified DependencyProperty. (Inherited from Animatable.) | |
| GetAsFrozen | Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetCurrentValueAsFrozen | Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetEnumerator | Returns an enumerator for the entire FreezableCollectionT. (Inherited from FreezableCollectionT.) | |
| GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollectionT. (Inherited from FreezableCollectionT.) | |
| Insert | Inserts the specified object into the FreezableCollectionT at the specified index. (Inherited from FreezableCollectionT.) | |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
| Remove | Removes the first occurrence of the specified object from the FreezableCollectionT. (Inherited from FreezableCollectionT.) | |
| RemoveAt | Removes the object at the specified zero-based index of the FreezableCollectionT. (Inherited from FreezableCollectionT.) | |
| RemoveFromBeginning |
Remove from beginning to index
| |
| RemoveRange |
Removes a range of elements from this collection.
| |
| SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
| SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
| SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
| ToList |
Creates a generic list from this collection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |