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