public PresentationAssistantWindowOwner()

in src/dotnet/JetBrains.PresentationAssistant/PresentationAssistantWindowOwner.cs [26:38]


        public PresentationAssistantWindowOwner(Lifetime lifetime, IThreading threading,
            PresentationAssistantPopupWindowContext context, PopupWindowManager popupWindowManager, ITheming theming,
            IWpfMainWindow mainWindow)
        {
            this.threading = threading;
            this.context = context;
            this.popupWindowManager = popupWindowManager;
            this.theming = theming;
            this.mainWindow = mainWindow;

            Enabled = new Property<bool>(lifetime, "PresentationAssistantWindow::Enabled");
            Enabled.WhenTrue(lifetime, EnableShortcuts);
        }