2 writes to firstActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
75firstActivate = true; 355firstActivate = false;
2 references to firstActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
354if (firstActivate) { 413if (firstActivate == true) {