3 writes to BackgroundImage
System.Windows.Forms.Tests (3)
ToolStripContainerTests.cs (3)
75_toolStripContainer.BackgroundImage = value; 87_toolStripContainer.BackgroundImage = new Bitmap(10, 10); 92_toolStripContainer.BackgroundImage = new Bitmap(20, 20);
1 reference to BackgroundImage
System.Windows.Forms.Tests (1)
ToolStripContainerTests.cs (1)
77_toolStripContainer.BackgroundImage.Should().Be(value);