3 instantiations of TestControl
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ParentControlDesignerTests.cs (3)
61using TestControl testControl = new() { ContainsControl = false }; 108using TestControl testComponent = new(); 109using TestControl parentComponent = new();
3 references to TestControl
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ParentControlDesignerTests.cs (3)
61using TestControl testControl = new() { ContainsControl = false }; 108using TestControl testComponent = new(); 109using TestControl parentComponent = new();