5 references to DesignerActionListCollection
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionService.cs (1)
86
Add(comp, new
DesignerActionListCollection
([actionList]));
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (4)
27
DesignerActionListCollection collection =
new
(value);
34
Assert.Throws<ArgumentNullException>("value", () => new
DesignerActionListCollection
(null));
79
collection.AddRange(new
DesignerActionListCollection
(value));
83
collection.AddRange(new
DesignerActionListCollection
(value));