2 writes to enterModalHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
933current.enterModalHandler += value; 940current.enterModalHandler -= value;
2 references to enterModalHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2742if (enterModalHandler != null && modalCount == 1) { 2743enterModalHandler(Thread.CurrentThread, EventArgs.Empty);