Searched refs:InvokeInUIThreadAndWait (Results 1 – 4 of 4) sorted by relevance
24 …ApplicationExtensions.InvokeInUIThreadAndWait(() => Emulator.UserInterfaceProvider.ShowAnalyser(th… in Show()29 …ApplicationExtensions.InvokeInUIThreadAndWait(() => Emulator.UserInterfaceProvider.HideAnalyser(th… in Hide()35 ApplicationExtensions.InvokeInUIThreadAndWait(() => OnAttach(backend)); in AttachTo()
60 public static T InvokeInUIThreadAndWait<T>(Func<T> function) in InvokeInUIThreadAndWait() method in Antmicro.Renode.UI.ApplicationExtensions81 public static void InvokeInUIThreadAndWait(Action action) in InvokeInUIThreadAndWait() method in Antmicro.Renode.UI.ApplicationExtensions
27 ApplicationExtensions.InvokeInUIThreadAndWait(() => ShowErrorWindow(message)); in HandleCrash()
83 ApplicationExtensions.InvokeInUIThreadAndWait(() => in OnAttach()