GoXam for WPF v3
IsContainedBy(Part) Method
Northwoods.GoXam Namespace > Part Class : IsContainedBy(Part) Method
This predicate is true if this part is a member of the given part.
Syntax
public bool IsContainedBy( 
   Part part
)

Parameters

part
Remarks
If this part is a member of a group, this predicate is true if the group is the same as part. Otherwise see if the group is contained by part. If this part is a label for a link, see if the link is contained by part. A part cannot be contained by itself.
See Also

Reference

Part Class
Part Members