I have a XAML input form which the user fills out.
I want to validate this form.
I have the field information in a collection which I want to loop through and ch
Also if you are willing to add UI elements from code behind you will have to use the RegisterName("Field_CompanyName", some_instance) method call as FindName works by default only for elements declared within XAML.
RegisterName("Field_CompanyName", some_instance)
FindName