1 write to LinkVisited
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripLabelTests.cs (1)
135_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)
129_toolStripLabel.LinkVisited.Should().BeFalse(); 136_toolStripLabel.LinkVisited.Should().BeTrue();