I found a memory leak when using RadComboBox inside TabItems that are dynamically added or removed from a TabControl: even if the tab is removed, the TabItem instance stays in memory due to an instance of RadComboBox that is not collected. If the tab has a DataContext, that may be huge memory parts that cannot be collected!... Please find enclosed an example of WPF application that helps to reproduce the problem.