DOTNET -> WPF
what is Freezable?



DOTNET -> WPF what is Freezable?..

Answer / guest

A Freezable is a special type of object that has two
states: unfrozen and frozen. When unfrozen, a Freezable
appears to behave like any other object. When frozen, a
Freezable can no longer be modified.
A Freezable provides a Changed event to notify observers of
any modifications to the object. Freezing a Freezable can
improve its performance, because it no longer needs to
spend resources on change notifications. A frozen Freezable
can also be shared across threads, while an unfrozen
Freezable cannot.
Although the Freezable class has many applications, most
Freezable objects in Windows Presentation Foundation (WPF)
are related to the graphics sub-system.
The Freezable class makes it easier to use certain graphics
system objects and can help improve application
performance. Examples of types that inherit from Freezable
include the Brush, Transform, and Geometry classes. Because
they contain unmanaged resources, the system must monitor
these objects for modifications, and then update their
corresponding unmanaged resources when there is a change to
the original object. Even if you don't actually modify a
graphics system object, the system must still spend some of
its resources monitoring the object, in case you do change
it.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Microsoft Related AllOther Interview Questions

Do you have to pay for microsoft edge?

0 Answers  


Enumerate the high level elements of the <system.serviceModel> section

1 Answers  


What is the purpose of krne32.dll?

0 Answers   C DAC, CDAC,


i need some windows short keys than run command also. if any body knows send website address.

2 Answers  


What is Defragment?

0 Answers   Baidu, CMS,






Where are microsoft mail files stored?

0 Answers  


What is Attached property?

1 Answers  


Axapta interview in wipro: join types? delete actions? posting for sales order what class used? write method? insert ,update methods? diff between inner join and exist join? diff between doupdate and update method? ,, ,, validate write and validate field method?

0 Answers   Wipro,


Can any one tell me briefly about macros?what it means and what it does?

0 Answers   HCL,


What is the name attribute of the <service> element?

0 Answers  


Explain why do we use option explicit?

0 Answers  


What are microsoft tools?

0 Answers  


Categories