Click or drag to resize

ExtensionsFindVisualRootElement Method

Climbs up the visual tree and returns the top most visual parent

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static DependencyObject FindVisualRootElement(
	this DependencyObject element
)

Parameters

element
Type: System.WindowsDependencyObject
The object that serves as starting point

Return Value

Type: DependencyObject
The top most element in the tree

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DependencyObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also