10 references to GetComponentDesignerActions
System.Windows.Forms.Design.Tests (10)
System\ComponentModel\Design\DesignerActionServiceTests.cs (10)
65service.GetComponentDesignerActions(component, actionListBuffer1); 91service.GetComponentDesignerActions(component, actionListBuffer1); 121service.GetComponentDesignerActions(component, actionListBuffer1); 147service.GetComponentDesignerActions(component, actionListBuffer1); 470service.GetComponentDesignerActions(component, actionListBuffer); 498service.GetComponentDesignerActions(component, actionListBuffer); 542service.GetComponentDesignerActions(component, actionListBuffer); 598service.GetComponentDesignerActions(component, actionListBuffer); 612Assert.Throws<ArgumentNullException>("component", () => service.GetComponentDesignerActions(null, null)); 619Assert.Throws<ArgumentNullException>("actionLists", () => service.GetComponentDesignerActions(new Component(), null));