8 references to GetComponentServiceActions
System.Windows.Forms.Design.Tests (8)
System\ComponentModel\Design\DesignerActionServiceTests.cs (8)
71
service.
GetComponentServiceActions
(component, actionListBuffer2);
97
service.
GetComponentServiceActions
(component, actionListBuffer2);
127
service.
GetComponentServiceActions
(component, actionListBuffer2);
153
service.
GetComponentServiceActions
(component, actionListBuffer2);
632
service.
GetComponentServiceActions
(new Component(), actionListBuffer);
641
service.
GetComponentServiceActions
(new Component(), actionListBuffer);
649
Assert.Throws<ArgumentNullException>("component", () => service.
GetComponentServiceActions
(null, null));
656
Assert.Throws<ArgumentNullException>("actionLists", () => service.
GetComponentServiceActions
(new Component(), null));