7 references to AddStrip
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
57
_imageList.Images.
AddStrip
(ScaleHelper.GetIconResourceAsDefaultSizeBitmap(typeof(PrintPreviewDialog), "PrintPreviewStrip"));
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1915
defaultImages.Images.
AddStrip
(images);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (5)
911
collection.
AddStrip
(value);
929
collection.
AddStrip
(value);
941
Assert.Throws<ArgumentNullException>("value", () => collection.
AddStrip
(null));
953
Assert.Throws<ArgumentException>("value", () => collection.
AddStrip
(image));
965
Assert.Throws<ArgumentException>("value", () => collection.
AddStrip
(image));