Top "Freezable" questions

A WPF class which defines an object that has a modifiable state and a read-only (frozen) state.

In what scenarios does freezing WPF objects benefit performance greatly?

Many types in WPF derive from Freezable. It provides immutability to mutable POCO objects and, apparently, allows for improved performance …

wpf performance freeze freezable
How to Freeze First Column of WPF DataGrid

I have a WPF DataGrid.. I want to freeze first column of that WPF DataGrid while horizontal scrlling.. My code …

c# wpf wpfdatagrid freeze freezable
Workaround for WPF Freezable bug?

I've been hitting a really bad WPF bug recently. I think it's the same as this bug on Microsoft Connect. …

.net wpf .net-4.0 freezable