1 write to LinkBehavior
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripLabelTests.cs (1)
124
_toolStripLabel.
LinkBehavior
= behavior;
3 references to LinkBehavior
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
359
LinkUtilities.EnsureLinkFonts(font,
LinkBehavior
, ref _linkFont, ref _hoverLinkFont);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripLabelTests.cs (2)
115
_toolStripLabel.
LinkBehavior
.Should().Be(LinkBehavior.SystemDefault);
125
_toolStripLabel.
LinkBehavior
.Should().Be(behavior);