/
posted by
Gill Cleeren
on
May 01, 2011 (more than a year ago)
In this tip, I’d like to introduce you to the concept of XAML tree walking. This is mostly used for searching referenced resources or searching the datacontext in a databinding scenario. By automatically searching/walking the XAML tree for us, Silverlight lets us define resources in a shared location so we can re-use them throughout the application. The code for this tip can be found here. Definin ...