2 writes to modalCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2740modalCount++; 2951modalCount--;
2 references to modalCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2742if (enterModalHandler != null && modalCount == 1) { 2953if (leaveModalHandler != null && modalCount == 0) {