in src/dotnet/JetBrains.PresentationAssistant/BasePopupWindow.cs [180:190]
protected void FireClosed()
{
try
{
Closed?.Invoke(this, EventArgs.Empty);
}
catch (Exception ex)
{
Logger.LogException(ex);
}
}