CONTROLS DONT EXIST IN THE CURRENT CONTEXT AFTER REBUILD WPF C# code example
Example: CONTROLS DONT EXIST IN THE CURRENT CONTEXT AFTER REBUILD WPF C#
//use this instead of AutomationProperties.Name in WPF (XAML)
<CustomControl x:Name="Custom" />
//use this instead of AutomationProperties.Name in WPF (XAML)
<CustomControl x:Name="Custom" />