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)
359LinkUtilities.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);