I'm using AddPropertyChangedEventHandler to subscribe to a window event as per http://msdn.microsoft.com/en-us/library/ms752286(v=vs.110).aspx
However, if the target window hangs or freezes (unfortunately this can happen fairly regularly), my entire application hangs as well.
What is the best way to overcome this problem?
(C#, .NET 4.5, WPF)