I'd like that all the Text
bindings for the TextBox
es in my UserControl
to have UpdateSourceTrigger=PropertyChanged
, and ValidatesOnDataErrors=True
How to do it ?
I can think of a solution: use another class for bindings (a class inheriting Binding
) but maybe there is another solution, maybe using a style or template ?