2 writes to globalActiveXCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
18130globalActiveXCount--; 18204globalActiveXCount++;
2 references to globalActiveXCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
18132if (globalActiveXCount == 0 && IsIE) { 18206if (globalActiveXCount == 1 && IsIE) {