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