3 instantiations of SubDesignerActionList
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (3)
195SubDesignerActionList list = new(); 220SubDesignerActionList list = new(); 228SubDesignerActionList list = new();
6 references to SubDesignerActionList
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\DesignerActionMethodItemTests.cs (6)
191[InlineData(nameof(SubDesignerActionList.PublicMethod))] 195SubDesignerActionList list = new(); 217[InlineData(nameof(SubDesignerActionList.StaticMethod))] 220SubDesignerActionList list = new(); 228SubDesignerActionList list = new(); 229DesignerActionMethodItem item = new(list, nameof(SubDesignerActionList.MethodWithParameters), "displayName", "category", "description");