8 references to GetComponentServiceActions
System.Windows.Forms.Design.Tests (8)
System\ComponentModel\Design\DesignerActionServiceTests.cs (8)
69
service.
GetComponentServiceActions
(component, actionListBuffer2);
95
service.
GetComponentServiceActions
(component, actionListBuffer2);
125
service.
GetComponentServiceActions
(component, actionListBuffer2);
151
service.
GetComponentServiceActions
(component, actionListBuffer2);
630
service.
GetComponentServiceActions
(new Component(), actionListBuffer);
639
service.
GetComponentServiceActions
(new Component(), actionListBuffer);
647
Assert.Throws<ArgumentNullException>("component", () => service.
GetComponentServiceActions
(null, null));
654
Assert.Throws<ArgumentNullException>("actionLists", () => service.
GetComponentServiceActions
(new Component(), null));