7 references to Add
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
2260
images.
Add
(value, Color.Transparent);
System.Windows.Forms.Tests (6)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (6)
605
collection.
Add
(value, transparentColor);
612
collection.
Add
(value, transparentColor);
630
collection.
Add
(value, transparentColor);
637
collection.
Add
(value, transparentColor);
796
Assert.Throws<ArgumentNullException>("value", () => collection.
Add
(null, Color.Transparent));
810
Assert.Throws<ArgumentException>(() => collection.
Add
(value, Color.Transparent));