6 instantiations of SubControl
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.ControlCollection.cs (6)
281
using SubControl owner =
new
();
283
using SubControl control1 =
new
()
297
using SubControl control2 =
new
();
311
using SubControl control3 =
new
();
1114
using SubControl control =
new
();
3334
using SubControl child1 =
new
();
6 references to SubControl
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.ControlCollection.cs (6)
281
using
SubControl
owner = new();
283
using
SubControl
control1 = new()
297
using
SubControl
control2 = new();
311
using
SubControl
control3 = new();
1114
using
SubControl
control = new();
3334
using
SubControl
child1 = new();