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 |
What is an example of a microsoft account?
can u tel me how we can use temp table in sql sserver instead of Dual in oracle?
What is URL Forwarding ?
What is Script file ?
How does xaml relate to business process modeling languages (ebxml business process, bpml)? : xaml
Server Got down ..what are the primary steps need to take initially ? mail me asap?
What is ROM (Read-Only Memory) ?
What is Standby ?
Is it possible to log the messages on the service side? On the client side? How to switch on the logging?
What are microsoft tools?
What is the difference between procedures and functions in C3#.NET
2 Answers Tentacle Technologies,
How to restore deleted OU in DC ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)