4 writes to childCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
4130
childCount
= 0;
4132
childCount
++;
4136
childCount
--;
4139
childCount
= 0;
4 references to childCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
4128
if (
childCount
< 0) {
4137
if (
childCount
< 0) {
4141
if (
childCount
== 0) {
4166
if (
childCount
== 0) {