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

Provide some Vlookup Examples?

0 Answers  


Explain about assembly and manifest?

0 Answers  


What is SMTP (Simple Mail Transfer Protocol) ?

0 Answers  


What is Security Certificate ?

0 Answers   CMS,


What is Server ?

2 Answers  






What is Splitter?

0 Answers   Prime Focus,


Can I disable microsoft onedrive?

0 Answers  


What is Dynamic Routing ?

1 Answers  


What is VGA (Video Graphics Array)?

0 Answers  


How to synchronize two ms access files? I am using one Ms access file (access 2007 accdb file) in my system. the same file i have given it to another section for data entry. every day data entry is being done in that section and i am making reports in my access file. how do i synchronize both file because i need to update data entries from that system and update my new reports to that system. Plz help me how to do that? Network is not available between these systems and things can be done via storage devices only.

0 Answers  


What are the three types of iunknown?

0 Answers  


What is XT (eXtended Technology)

0 Answers   Baidu, CMS,


Categories