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