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