3 references to LoadFromStream
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\ImageEditorTests.cs (3)
135Bitmap result = Assert.IsType<Bitmap>(editor.LoadFromStream(stream)); 148Assert.Throws<ArgumentException>(() => editor.LoadFromStream(stream)); 155Assert.Throws<ArgumentNullException>("stream", () => editor.LoadFromStream(null));