What are the freezable object in WPF
| We can say freezable object is special type of object which is exists in two states:- (1)frozen (2)unfrozenWhen objects are in frozen state object can not be modified. But when object is in unfrozen state it is just like a simple object |
|
