Walk up the Visual Tree





5.00/5 (2 votes)
Introduction The following snippet provides a generic method to walk up the visual tree of Silverlight in order to find an element of a given type. It will return the first found item of said type, or null if the search ends at the visual tree root without any results. Code // walk up the...