S
Sathyaish
From inside a class library, in a WPF application, I wish to get a
handle to an object, any object, may be the System.Windows.Application
object that supports a method such as DoEvents() by calling which, I
can force the control to yeild to the operating system so that the UI
thread is not blocked, and the dispatcher is not suspended.
Can you please help?
handle to an object, any object, may be the System.Windows.Application
object that supports a method such as DoEvents() by calling which, I
can force the control to yeild to the operating system so that the UI
thread is not blocked, and the dispatcher is not suspended.
Can you please help?