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)
1915defaultImages.Images.AddStrip(images);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (5)
911collection.AddStrip(value); 929collection.AddStrip(value); 941Assert.Throws<ArgumentNullException>("value", () => collection.AddStrip(null)); 953Assert.Throws<ArgumentException>("value", () => collection.AddStrip(image)); 965Assert.Throws<ArgumentException>("value", () => collection.AddStrip(image));