Symptoms
When you use data binding in Microsoft Windows Presentation Foundation (WPF), a memory leak may occur.
Resolution
This issue occurs if the following conditions are true:A data-binding path refers to property P of object X.Object X contains a direct reference or an indirect reference to the target of the data-binding operation.Property P is accessed through a PropertyDescriptor object instead of a DependencyProperty objector a PropertyInfo object.