Hi
I have an issue with removing XamTile from XamTileManager they keep alive in memory, I'm using ANTS Memory Profiler,
attached is screen shot of the ANTS Profiler app
Hello Xusan,
Thank you for your post. I have been looking into it, but without a sample, where the issue is reproduced, I am not able to conclude what could be the reason for such behavior, so if you could send me the sample, which causes you issue, I would be able to investigate this further for you.
Looking forward for your reply.
Hi Stefan
Thanks for your reply, sure I'm attaching a sample where you can reproduce this issue, actually what I'm seeing is that when we close XamTile it removes corresponding data item from our ViewModel collection but XamTile itself stays alive in memory seems like XamTileManager just make it visibility collapsed but doesn't remove it from visualtree as well as clears all referance to it,
Currently I found 2 strong references to XamTile after it was removed
1. Tile being stored in TileAreaPanel in Children collection even after it was removed.....
2. TileLayoutManager keeps reference to XamTile even after tile was removed.....
Thanks
Xusan.