GoXam for WPF v3
FindDescendant Method
Northwoods.GoXam Namespace > Part Class : FindDescendant Method
a predicate of type Predicate<FrameworkElement>
Search the visual tree for this part and return the first one for which the given predicate pred is true.
Syntax

Parameters

pred
a predicate of type Predicate<FrameworkElement>

Return Value

a FrameworkElement or null
See Also

Reference

Part Class
Part Members