Base:
property
BackgroundImage
System.Windows.Forms.ToolStripItem.BackgroundImage
2 writes to BackgroundImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
124BackgroundImage = value 129item.BackgroundImage = value;
3 references to BackgroundImage
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
31Assert.Null(item.BackgroundImage); 126Assert.Equal(value, item.BackgroundImage); 130Assert.Equal(value, item.BackgroundImage);