Here’s a few WPF-related irresponsible statements for you…

I just read somewhere on the internet that each WPF XAML element declaration instances a new object—so that’s way more new instancing than hanging on to static references. I also read/heard somewhere that much of .NET is optimized for “object creation” instead of hanging on to static bits of memory.

rasx()