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