Skip to main content

MapDependencyObjectCollectionBase<T> Members

A base class for all collections in the DXMap Suite.

Constructors

Name Description
MapDependencyObjectCollectionBase() Initializes a new instance of the MapDependencyObjectCollectionBase<T> class with default settings.

Properties

Name Description
Count Gets the number of elements contained by this FreezableCollection<T>. Inherited from FreezableCollection<T>.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
Item[Int32] Provides indexed access to individual items in the collection.
ICollection<T>.IsReadOnly For a description of this member, see IsReadOnly. Inherited from FreezableCollection<T>.
ICollection.IsSynchronized For a description of this member, see IsSynchronized. Inherited from FreezableCollection<T>.
ICollection.SyncRoot For a description of this member, see SyncRoot. Inherited from FreezableCollection<T>.
IList.IsFixedSize For a description of this member, see IsFixedSize. Inherited from FreezableCollection<T>.
IList.IsReadOnly For a description of this member, see IsReadOnly. Inherited from FreezableCollection<T>.
IList.Item[Int32] For a description of this member, see Item[Int32]. Inherited from FreezableCollection<T>.

Methods

Name Description
Add(T) Appends the specified item to the current collection.
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 items 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. 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>.
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) Adds the specified item to the collection at the specified position.
Move(Int32, Int32) Moves a specific item to another position within the collection.
Remove(T) Removes the specified item from the collection.
RemoveAt(Int32) Removes an item at the specified position from the collection.
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>.

Events

Name Description
INotifyCollectionChanged.CollectionChanged For a description of this members, see CollectionChanged. Inherited from FreezableCollection<T>.
INotifyPropertyChanged.PropertyChanged For a description of this members, see PropertyChanged. Inherited from FreezableCollection<T>.
See Also