Menu

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)

Protected Properties

NameDescription
AssociatedObject The object on which the collection is hosted.

Explicit Interface Implementations

NameDescription
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

See Also