Menu

The following tables list the members exposed by the AttachableCollection type.

Public Properties (see also Protected Properties)

NameDescription
CanFreeze(Inherited from Freezable)
Count(Inherited from FreezableCollection)
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
HasAnimatedProperties(Inherited from Animatable)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
Item(Inherited from FreezableCollection)
Top

Protected Properties

NameDescription
AssociatedObject The object on which the collection is hosted.
Top

Public Methods (see also Protected Methods)

NameDescription
Add(Inherited from FreezableCollection)
ApplyAnimationClockOverloaded. (Inherited from Animatable)
Attach Attaches to the specified object.
BeginAnimationOverloaded. (Inherited from Animatable)
CheckAccess(Inherited from DispatcherObject)
Clear(Inherited from FreezableCollection)
ClearValueOverloaded. (Inherited from DependencyObject)
Clone(Inherited from FreezableCollection)
CloneCurrentValue(Inherited from FreezableCollection)
CoerceValue(Inherited from DependencyObject)
Contains(Inherited from FreezableCollection)
CopyTo(Inherited from FreezableCollection)
Detach Detaches this instance from its associated object.
EqualsOverloaded. (Inherited from DependencyObject)
FreezeOverloaded. (Inherited from Freezable)
GetAnimationBaseValue(Inherited from Animatable)
GetAsFrozen(Inherited from Freezable)
GetCurrentValueAsFrozen(Inherited from Freezable)
GetEnumerator(Inherited from FreezableCollection)
GetHashCode(Inherited from DependencyObject)
GetLocalValueEnumerator(Inherited from DependencyObject)
GetType(Inherited from Object)
GetValue(Inherited from DependencyObject)
IndexOf(Inherited from FreezableCollection)
Insert(Inherited from FreezableCollection)
InvalidateProperty(Inherited from DependencyObject)
ReadLocalValue(Inherited from DependencyObject)
ReferenceEquals(Inherited from Object)
Remove(Inherited from FreezableCollection)
RemoveAt(Inherited from FreezableCollection)
SetCurrentValue(Inherited from DependencyObject)
SetValueOverloaded. (Inherited from DependencyObject)
ShouldSerializeStoredWeakReference(Inherited from Animatable)
ToString(Inherited from Object)
VerifyAccess(Inherited from DispatcherObject)
Top

Protected Methods

NameDescription
CloneCore(Inherited from FreezableCollection)
CloneCurrentValueCore(Inherited from FreezableCollection)
CreateInstance(Inherited from Freezable)
CreateInstanceCore(Inherited from FreezableCollection)
Finalize(Inherited from Object)
FreezeOverloaded. (Inherited from Freezable)
FreezeCore(Inherited from FreezableCollection)
GetAsFrozenCore(Inherited from FreezableCollection)
GetCurrentValueAsFrozenCore(Inherited from FreezableCollection)
MemberwiseClone(Inherited from Object)
OnAttached Called immediately after the collection is attached to an AssociatedObject.
OnChanged(Inherited from Freezable)
OnDetaching Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
OnFreezablePropertyChangedOverloaded. (Inherited from Freezable)
OnPropertyChanged(Inherited from Freezable)
ReadPreamble(Inherited from Freezable)
ShouldSerializeProperty(Inherited from DependencyObject)
WritePostscript(Inherited from Freezable)
WritePreamble(Inherited from Freezable)
Top

Public Events

NameDescription
Changed(Inherited from Freezable)
Top

Explicit Interface Implementations

NameDescription
System.Collections.Generic.IEnumerable.GetEnumerator(Inherited from FreezableCollection)
System.Collections.ICollection.CopyTo(Inherited from FreezableCollection)
System.Collections.IEnumerable.GetEnumerator(Inherited from FreezableCollection)
System.Collections.IList.Add(Inherited from FreezableCollection)
System.Collections.IList.Contains(Inherited from FreezableCollection)
System.Collections.IList.IndexOf(Inherited from FreezableCollection)
System.Collections.IList.Insert(Inherited from FreezableCollection)
System.Collections.IList.Remove(Inherited from FreezableCollection)
System.Collections.Generic.ICollection.IsReadOnly(Inherited from FreezableCollection)
System.Collections.ICollection.IsSynchronized(Inherited from FreezableCollection)
System.Collections.ICollection.SyncRoot(Inherited from FreezableCollection)
System.Collections.IList.IsFixedSize(Inherited from FreezableCollection)
System.Collections.IList.IsReadOnly(Inherited from FreezableCollection)
System.Collections.IList.Item(Inherited from FreezableCollection)
System.Windows.Interactivity.IAttachedObject.AssociatedObject
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged(Inherited from FreezableCollection)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged(Inherited from FreezableCollection)
Top

See Also