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