Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
Cleanup Method
See Also  E-mail your feedback on this topic.
Infragistics Namespace > ControlCleaner Class : Cleanup Method

obj
Walks through the VisualTree and clears all DependencyProperties and resets all ControlTemplates.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Cleanup( _
   ByVal obj As DependencyObject _
) 
C# 
public static void Cleanup( 
   DependencyObject obj
)

Parameters

obj

See Also