10 references to GetComponentDesignerActions
System.Windows.Forms.Design.Tests (10)
System\ComponentModel\Design\DesignerActionServiceTests.cs (10)
67service.GetComponentDesignerActions(component, actionListBuffer1); 93service.GetComponentDesignerActions(component, actionListBuffer1); 123service.GetComponentDesignerActions(component, actionListBuffer1); 149service.GetComponentDesignerActions(component, actionListBuffer1); 472service.GetComponentDesignerActions(component, actionListBuffer); 500service.GetComponentDesignerActions(component, actionListBuffer); 544service.GetComponentDesignerActions(component, actionListBuffer); 600service.GetComponentDesignerActions(component, actionListBuffer); 614Assert.Throws<ArgumentNullException>("component", () => service.GetComponentDesignerActions(null, null)); 621Assert.Throws<ArgumentNullException>("actionLists", () => service.GetComponentDesignerActions(new Component(), null));