Base:
property
BackgroundImageLayout
System.Windows.Forms.ToolStripItem.BackgroundImageLayout
2 writes to BackgroundImageLayout
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripSeparatorTests.cs (2)
141BackgroundImageLayout = value 146item.BackgroundImageLayout = value;
3 references to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
34Assert.Equal(ImageLayout.Tile, item.BackgroundImageLayout); 143Assert.Equal(value, item.BackgroundImageLayout); 147Assert.Equal(value, item.BackgroundImageLayout);