in src/dotnet/JetBrains.PresentationAssistant/BasePopupWindow.cs [103:107]
private void OnContextOwnerAnyActionPerformed(object sender, EventArgs args)
{
if ((hideFlags & HideFlags.AnyOtherAction) != 0)
HideWindow();
}