2 writes to _leaveModalHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
848
current.
_leaveModalHandler
+= value;
856
current.
_leaveModalHandler
-= value;
2 references to _leaveModalHandler
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
432
if (
_leaveModalHandler
is not null && _modalCount == 0)
434
_leaveModalHandler
(Thread.CurrentThread, EventArgs.Empty);