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