2 writes to ForeColor
System.Windows.Forms.Tests (2)
ToolStripContainerTests.cs (2)
203_toolStripContainer.ForeColor = colorValue; 208_toolStripContainer.ForeColor = Color.Red;
1 reference to ForeColor
System.Windows.Forms.Tests (1)
ToolStripContainerTests.cs (1)
204_toolStripContainer.ForeColor.Should().Be(colorValue);