Intersoft ClientUI Documentation
GetImplementationRoot Method (Utility)



The dependency object.
Gets the implementation root of a dependency object.
Syntax
Public Shared Function GetImplementationRoot( _
   ByVal dependencyObject As DependencyObject _
) As FrameworkElement
Dim dependencyObject As DependencyObject
Dim value As FrameworkElement
 
value = Utility.GetImplementationRoot(dependencyObject)
public static FrameworkElement GetImplementationRoot( 
   DependencyObject dependencyObject
)
public:
static FrameworkElement^ GetImplementationRoot( 
   DependencyObject^ dependencyObject
) 

Parameters

dependencyObject
The dependency object.

Return Value

Returns the element of the implementation root.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback