The following tables list the members exposed by ISupportRecycling.
Name | Description | |
---|---|---|
AttachedElement | Gets/sets the actual System.Windows.FrameworkElement that is attached to the object. If no object is attached then null is returned. | |
IsDirty | Gets/sets a value that determines if the System.Windows.FrameworkElement attached has been modified in such a way that it should just be thrown away when the object is done with it. | |
RecyclingElementType | Gets the System.Type of the System.Windows.FrameworkElement that is being recycled. | |
RecyclingIdentifier | Offers another way to recyle an element, other than Type. |
Name | Description | |
---|---|---|
CreateInstanceOfRecyclingElement | Creates a new instance of the System.Windows.FrameworkElement that represents the object. | |
OnElementAttached | Invoked when a System.Windows.FrameworkElement is being attached to the object. | |
OnElementReleased | Invoked when a System.Windows.FrameworkElement is no longer attached to the object. | |
OnElementReleasing | Invoked before a System.Windows.FrameworkElement is released from the object. |