Does BindingExpression (path) error affect the performance?
问题 We have some derived control classes which have specific data. And these controls also set the data error info and binding to some specific property. For example, if the property IsNew (providing it exists) is true then the background is highlighted. Now I want to know, what if I use these controls and bind to some objects which do not expose such property as IsNew? Will it affect the performance for Release version? 回答1: The error in itself will not cause any additional performance issues,