WPF Binding Integer Validation with Null Values
I found a small hole in an application I am developing where a null value in a textbox bound to an integer value wouldn’t get validated. It was slightly more complicated than that however. The xaml was as follows; Where my Validation was set for when the control lost focus. When I added a new [...]