2 writes to _enterModalHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
824
current.
_enterModalHandler
+= value;
832
current.
_enterModalHandler
-= value;
2 references to _enterModalHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
241
if (
_enterModalHandler
is not null && _modalCount == 1)
243
_enterModalHandler
(Thread.CurrentThread, EventArgs.Empty);