4 instantiations of SubDesignerActionList
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (4)
193SubDesignerActionList list = new(); 217SubDesignerActionList list = new(); 225SubDesignerActionList list = new(); 233SubDesignerActionList list = new();
7 references to SubDesignerActionList
System.Windows.Forms.Design.Tests (7)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (7)
189[InlineData(nameof(SubDesignerActionList.PublicMethod))] 193SubDesignerActionList list = new(); 214[InlineData(nameof(SubDesignerActionList.StaticMethod))] 217SubDesignerActionList list = new(); 225SubDesignerActionList list = new(); 233SubDesignerActionList list = new(); 234DesignerActionMethodItem item = new(list, nameof(SubDesignerActionList.MethodWithParameters), "displayName", "category", "description");