Base:
property
BackgroundImageLayout
System.Windows.Forms.ToolStripItem.BackgroundImageLayout
2 writes to BackgroundImageLayout
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
139BackgroundImageLayout = value 144item.BackgroundImageLayout = value;
3 references to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
32Assert.Equal(ImageLayout.Tile, item.BackgroundImageLayout); 141Assert.Equal(value, item.BackgroundImageLayout); 145Assert.Equal(value, item.BackgroundImageLayout);