1 write to LinkVisited
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripLabelTests.cs (1)
137_toolStripLabel.LinkVisited = true;
4 references to LinkVisited
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (2)
369textColor = (LinkVisited) ? VisitedLinkColor : LinkColor; 374textColor = (LinkVisited) ? VisitedLinkColor : LinkColor;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripLabelTests.cs (2)
131_toolStripLabel.LinkVisited.Should().BeFalse(); 138_toolStripLabel.LinkVisited.Should().BeTrue();