System.Waf.Presentation.DispatcherHelper.DoEvents C# (CSharp) Method

DoEvents() public static method

Execute the event queue of the dispatcher until all pending messages have been processed.
public static DoEvents ( ) : void
return void
        public static void DoEvents()
        {
            DispatcherHelperCore.DoEvents();
        }
    }
DispatcherHelper