//only set DialogResult when window is ShowDialog before
        if(System.Windows.Interop.ComponentDispatcher.IsThreadModal)
            m_OwningWindow.DialogResult = true;

相关文章:

  • 2022-01-21
  • 2021-08-06
  • 2022-12-23
  • 2021-08-01
  • 2022-03-06
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-07-01
  • 2021-10-25
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案