VisualTreeHelper.DisconnectChildrenRecursive method
Explicitly removes all references from a target UIElement, with the goal of cleaning up reference cycles.
Syntax
Parameters
- element
-
Type: UIElement
The target object to disconnect children and remove references from.
Remarks
This method is not intended for typical app or user code scenarios. Instead, it is intended for scenarios where a visual tree is hosted by some other application, such as a designer or code analysis tool. In most cases the scenario is that the visual tree is being cleared because it is about to be rebuilt based on saved information plus changes.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
