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