Home
last modified time | relevance | path

Searched refs:UserInterfaceProvider (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DGUIPeripheralBackendAnalyzer.cs24 …ApplicationExtensions.InvokeInUIThreadAndWait(() => Emulator.UserInterfaceProvider.ShowAnalyser(th… in Show()
29 …ApplicationExtensions.InvokeInUIThreadAndWait(() => Emulator.UserInterfaceProvider.HideAnalyser(th… in Hide()
DXwtProvider.cs34 Emulator.UserInterfaceProvider = uiProvider; in Create()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/
DEmulator.cs81 public static IUserInterfaceProvider UserInterfaceProvider property in Antmicro.Renode.Emulator