.Net
Find controls by name in WPF with C#
This example lets you find controls by entering their names. When you enter a control’s name and a color and click Apply, the program changes the selected control’s background color. You can use XAML code Read more…