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