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)
109
if (
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);
123
var behavior = _column.
LinkBehavior
;
128
_column.
LinkBehavior
.Should().Be(behavior);
320
clone.
LinkBehavior
.Should().Be(_column.
LinkBehavior
);
342
clone.
LinkBehavior
.Should().Be(_column.
LinkBehavior
);