GoXam for WPF v3
FindNamedDescendant Method
Northwoods.GoXam Namespace > Part Class : FindNamedDescendant Method
Search the visual tree for this part and return the first one that has a Name exactly matching the given name.
Syntax
public FrameworkElement FindNamedDescendant( 
   string name
)

Parameters

name

Return Value

a FrameworkElement, or null
See Also

Reference

Part Class
Part Members