I’m trying to build a validation rule for a C# WPF application by creating a class that implements ValidationRule. My problem is that I can’t find the System.Windows.Controls assembly which – acconding to the documentation – contains it. Does anybody know the right assembly in the 3.5 runtime ? Thanks
Share
The documentation is your friend. (Namespace != assembly)