C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
7
Reply
What is a freezable object in WPF ?
Kunal Kumar
11y
3.3k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
objects whole behavior/value can't be changed at runtime, once set
Shweta Lodha
8y
0
objects whole behavior/value can't be changed at runtime, once set
Shweta Lodha
8y
0
A freezable object has two states – frozen and unfrozen. When an object is frozen, it cannot be modified and it cannot even fires events but the unfrozen state, it works same as a normal object.
Keerthi Venkatesan
9y
0
A Freezable object is those objects which is unchangeable. The freezable objects are better and safer to shared between the threads.
Sushant Shinde
9y
0
Official link: http://msdn.microsoft.com/en-us/library/ms750509(v=vs.110).aspx
Shweta Lodha
10y
0
http://www.c-sharpcorner.com/Blogs/1127/
Munesh Sharma
11y
0
A Freezable object is a special type of object that exists in two states:frozen and unfrozen. In unfrozen state,the Freezable object appears as if it is simple object.But in frozen state, the Freezable object can not be modified.
Kunal Kumar
11y
0
What is routed event in WPF?
Is it possible for a control to define a handler for an event, that the control can't itself raise?
Message