Base:
property
BackgroundImage
System.Windows.Forms.ToolStripItem.BackgroundImage
2 writes to BackgroundImage
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
126BackgroundImage = value 131item.BackgroundImage = value;
3 references to BackgroundImage
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
33Assert.Null(item.BackgroundImage); 128Assert.Equal(value, item.BackgroundImage); 132Assert.Equal(value, item.BackgroundImage);