AttachableCollection.AssociatedObject Property

The object on which the collection is hosted.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Protected ReadOnly Property AssociatedObject As DependencyObject
'Usage
Dim value As DependencyObject

value = Me.AssociatedObject
protected DependencyObject AssociatedObject { get; }
protected:
property DependencyObject^ AssociatedObject {
    DependencyObject^ get ();
}
/** @property */
protected DependencyObject get_AssociatedObject ()
protected function get AssociatedObject () : DependencyObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AttachableCollection Generic Class
AttachableCollection Members
System.Windows.Interactivity Namespace