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