in src/dotnet/JetBrains.PresentationAssistant/PresentationAssistantPopupWindowContext.cs [23:30]
public PresentationAssistantPopupWindowContext(Lifetime lifetime, IActionManager actionManager,
IMainWindow mainWindow, IWindowsHookManager windowsHookManager)
: base(lifetime, actionManager)
{
this.windowsHookManager = windowsHookManager;
this.mainWindow = mainWindow;
Mutex = PopupWindowMutex;
}