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)
1914
defaultImages.Images.
AddStrip
(images);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (5)
913
collection.
AddStrip
(value);
931
collection.
AddStrip
(value);
943
Assert.Throws<ArgumentNullException>("value", () => collection.
AddStrip
(null));
955
Assert.Throws<ArgumentException>("value", () => collection.
AddStrip
(image));
967
Assert.Throws<ArgumentException>("value", () => collection.
AddStrip
(image));