This question is locked. New answers and comments are not allowed.
I have a memory leak issue in my programm. I used a memory profile to know what prevent the GC to do its task. The static property "GridViewPropertyUpdateHelper.propertyUpdateMap" is the cause of the problem and is the reference who is responsable of preventing the GC from collecting huge memory use. Anyone have an idea please?