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 |
Is microsoft defender free?
What is the functionallity difference between radio/option buttons and a drop-down list box besides appearence? i.e. When it is better to use one instead of the other?
Why use xaml? : xaml
Does microsoft have a registry cleaner?
Can xaml be used to develop both web and client-server applications? : xaml
What is Telnet
What is Xeon Processor Technology?
Why my microsoft store is not opening?
What is Socket ?
What is the relationship between xaml and jts/jta? : xaml
What is architecture explorer in visual studio?
What is Standby ?