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