0
kicks
Freeze brushes directly in the XAML
When you read the MSDN guidelines to improce WPF's performances you can find that it's a good idea to freeze Freezable objects.
It's a quite easy thing to do via the code but it's quite harder to do it directly in the XAML. In this post we will see how to do so.