6 instantiations of SubControl
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.ControlCollection.cs (6)
279
using SubControl owner =
new
();
281
using SubControl control1 =
new
()
295
using SubControl control2 =
new
();
309
using SubControl control3 =
new
();
1112
using SubControl control =
new
();
3332
using SubControl child1 =
new
();
6 references to SubControl
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.ControlCollection.cs (6)
279
using
SubControl
owner = new();
281
using
SubControl
control1 = new()
295
using
SubControl
control2 = new();
309
using
SubControl
control3 = new();
1112
using
SubControl
control = new();
3332
using
SubControl
child1 = new();