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