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