2 writes to leaveModalHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
957current.leaveModalHandler += value; 964current.leaveModalHandler -= value;
2 references to leaveModalHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2953if (leaveModalHandler != null && modalCount == 0) { 2954leaveModalHandler(Thread.CurrentThread, EventArgs.Empty);