xaml - Side Effects of Binding Errors? -


i have usercontrol i'm using template 2 classes. works fine because both have same property names. however, 1 of them has few properties other 1 doesn't. leads binding errors in output window when binding class without properties. still works fine , user can't tell there error, question is: there undesirable side effects caused this?

(for record, plan use x:deferloadstrategy not render fields if not necessary. i'm merely curious this.)


Comments