Browse Source
That change fix very tricky bug. Our case: We have DataTemplate that contains DataGrid inside it. And Datagrid has an AttachedProperty (that deserve us to observe changes in Datagrid's SelectedItems). which work through event subscription. Memory leaks happen (and the logic for observe selected items breaks) when DataTemplate switches DataContext.pull/9528/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue