FIX. RadPageView - the GDI objects count increases over time.
To reproduce:
- Open attached project and add a lot of pages.
- Close all pages
- The GDI object count increases.
Workaround:
GC.Collect();
GC.WaitForPendingFinalizers();
GC.WaitForFullGCApproach();
GC.WaitForFullGCComplete();
GC.Collect();