Windows Presentation Foundation (WPF) Question:

Define Freezable objects in WPF?

Answer:

An object, which has its state locked down, so that it becomes unchangeable, is known as a freezable object. Such objects perform better. It is also safer if they are required to be shared between threads.

Read All 57 WPF Questions
Previous QuestionNext Question
List the types of documents which are supported by WPF?Is WPF has replaced DirectX?