3 references to LoadFromStream
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\BitmapEditorTests.cs (3)
77Bitmap result = Assert.IsType<Bitmap>(editor.LoadFromStream(stream)); 90Bitmap result = Assert.IsType<Bitmap>(editor.LoadFromStream(stream)); 98Assert.Throws<ArgumentNullException>("stream", () => editor.LoadFromStream(null));