3 writes to FirstActivate
System.Windows.Forms.Tests (3)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (3)
271
FirstActivate
= value
277
control.
FirstActivate
= value;
282
control.
FirstActivate
= value;
4 references to FirstActivate
System.Windows.Forms.Tests (4)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (4)
76
Assert.True(control.
FirstActivate
);
273
Assert.Equal(value, control.
FirstActivate
);
278
Assert.Equal(value, control.
FirstActivate
);
283
Assert.Equal(value, control.
FirstActivate
);