2 writes to FirstActivate
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
117FirstActivate = false;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
918set => base.FirstActivate = value;
2 references to FirstActivate
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
169protected bool IsFirstActivate() => FirstActivate;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
917get => base.FirstActivate;