Skip to main content

GroupDefinitionCollection Methods

A collection of TreeMapGroupDefinition items.
Name Description
Add(T) Adds the specified object to the end of the FreezableCollection<T>. Inherited from FreezableCollection<T>.
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.
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.
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.
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.
Clear() Removes all elements from the collection. Inherited from FreezableCollection<T>.
Clone() Creates a modifiable clone of this FreezableCollection<T> 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 FreezableCollection<T>.
CloneCore(Freezable) protected Makes this instance a clone (deep copy) of the specified FreezableCollection<T> using base (non-animated) property values. Inherited from FreezableCollection<T>.
CloneCurrentValue() Creates a modifiable copy of this FreezableCollection<T> 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 FreezableCollection<T>.
CloneCurrentValueCore(Freezable) protected Makes this instance a modifiable clone (deep copy) of the specified FreezableCollection<T> using current property values. Inherited from FreezableCollection<T>.
Contains(T) Determines whether this FreezableCollection<T> contains the specified value. Inherited from FreezableCollection<T>.
CopyTo(T[], Int32) Copies the entire FreezableCollection<T> to a compatible one-dimensional array, starting at the specified index of the target array. Inherited from FreezableCollection<T>.
CreateInstanceCore() protected Creates a new instance of the FreezableCollection<T>. Inherited from FreezableCollection<T>.
FreezeCore(Boolean) protected Makes this FreezableCollection<T> object unmodifiable or determines whether it can be made unmodifiable. Inherited from FreezableCollection<T>.
GetAnimationBaseValue(DependencyProperty) Returns the non-animated value of the specified DependencyProperty. Inherited from Animatable.
GetAsFrozenCore(Freezable) protected Makes this instance a frozen clone of the specified FreezableCollection<T> using base (non-animated) property values. Inherited from FreezableCollection<T>.
GetCurrentValueAsFrozenCore(Freezable) protected Makes this instance a frozen clone of the specified Freezable. If this object has animated dependency properties, their current animated values are copied. Inherited from FreezableCollection<T>.
GetEnumerator() Returns an enumerator for the entire FreezableCollection<T>. Inherited from FreezableCollection<T>.
IndexOf(T) Searches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollection<T>. Inherited from FreezableCollection<T>.
Insert(Int32, T) Inserts the specified object into the FreezableCollection<T> at the specified index. Inherited from FreezableCollection<T>.
Remove(T) Removes the first occurrence of the specified object from the FreezableCollection<T>. Inherited from FreezableCollection<T>.
RemoveAt(Int32) Removes the object at the specified zero-based index of the FreezableCollection<T>. Inherited from FreezableCollection<T>.
ShouldSerializeStoredWeakReference(DependencyObject) static Specifies whether a dependency object should be serialized. Inherited from Animatable.
IEnumerable<T>.GetEnumerator() For a description of this member, see GetEnumerator(). Inherited from FreezableCollection<T>.
ICollection.CopyTo(Array, Int32) For a description of this member, see CopyTo(Array, Int32). Inherited from FreezableCollection<T>.
IEnumerable.GetEnumerator() For a description of this member, see GetEnumerator(). Inherited from FreezableCollection<T>.
IList.Add(Object) For a description of this member, see Add(Object). Inherited from FreezableCollection<T>.
IList.Contains(Object) For a description of this member, see Contains(Object). Inherited from FreezableCollection<T>.
IList.IndexOf(Object) For a description of this member, see IndexOf(Object). Inherited from FreezableCollection<T>.
IList.Remove(Object) For a description of this member, see Remove(Object). Inherited from FreezableCollection<T>.
See Also