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