3 writes to ActiveLinkColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
283ActiveLinkColor = IEActiveLinkColor;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripLabelTests.cs (2)
107_toolStripLabel.ActiveLinkColor = expectedColor; 197_toolStripLabel.ActiveLinkColor = Color.Red;
7 references to ActiveLinkColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
364textColor = ActiveLinkColor;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripLabelTests.cs (6)
100_toolStripLabel.ActiveLinkColor.Should().Be(defaultColor); 109_toolStripLabel.ActiveLinkColor.Should().Be(expectedColor); 204_toolStripLabel.ActiveLinkColor.Should().Be(defaultColor); 223{ nameof(ToolStripLabel.ActiveLinkColor), Color.Red, true }, 224{ nameof(ToolStripLabel.ActiveLinkColor), Color.Empty, false }, 241nameof(ToolStripLabel.ActiveLinkColor) => accessor.ShouldSerializeActiveLinkColor(),