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