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)
369
textColor = (
LinkVisited
) ? VisitedLinkColor : LinkColor;
374
textColor = (
LinkVisited
) ? VisitedLinkColor : LinkColor;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripLabelTests.cs (2)
131
_toolStripLabel.
LinkVisited
.Should().BeFalse();
138
_toolStripLabel.
LinkVisited
.Should().BeTrue();