5 writes to LinkBehavior
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (5)
98_column.LinkBehavior = behavior; 109_column.LinkBehavior = behavior; 127_column.LinkBehavior = behavior; 311_column.LinkBehavior = LinkBehavior.AlwaysUnderline; 332_column.LinkBehavior = LinkBehavior.AlwaysUnderline;
10 references to LinkBehavior
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
109if (LinkBehavior.Equals(value))
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (9)
29_column.LinkBehavior.Should().Be(LinkBehavior.SystemDefault); 99_column.LinkBehavior.Should().Be(behavior); 110_column.LinkBehavior.Should().Be(behavior); 123var behavior = _column.LinkBehavior; 128_column.LinkBehavior.Should().Be(behavior); 320clone.LinkBehavior.Should().Be(_column.LinkBehavior); 342clone.LinkBehavior.Should().Be(_column.LinkBehavior);