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