Kunal Kumar
What is a freezable object in WPF ?
By Kunal Kumar in WPF on Sep 26 2014
  • Shweta Lodha
    Feb, 2017 3

    objects whole behavior/value can't be changed at runtime, once set

    • 0
  • Shweta Lodha
    Feb, 2017 3

    objects whole behavior/value can't be changed at runtime, once set

    • 0
  • Keerthi Venkatesan
    Aug, 2016 3

    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.

    • 0
  • Sushant Shinde
    Feb, 2016 5

    A Freezable object is those objects which is unchangeable. The freezable objects are better and safer to shared between the threads.

    • 0
  • Shweta Lodha
    Dec, 2014 19

    Official link: http://msdn.microsoft.com/en-us/library/ms750509(v=vs.110).aspx

    • 0
  • Munesh Sharma
    Oct, 2014 1

    http://www.c-sharpcorner.com/Blogs/1127/

    • 0
  • Kunal Kumar
    Sep, 2014 26

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS