- Moderator
- #51
In WPF when you create any Element declarative in XAML and give it a Name attribute, you can access that element using that name in the code behind.
FindResource will do a lookup in the elements defined inside the Resource tags.
FindResource will do a lookup in the elements defined inside the Resource tags.