6 writes to UseColumnTextForLinkValue
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (5)
235
_column.
UseColumnTextForLinkValue
= useColumnTextForLinkValue;
246
_column.
UseColumnTextForLinkValue
= useColumnTextForLinkValue;
264
_column.
UseColumnTextForLinkValue
= useColumnTextForLinkValue;
315
_column.
UseColumnTextForLinkValue
= true;
336
_column.
UseColumnTextForLinkValue
= true;
TestPassApp (1)
DataControls.Designer.cs (1)
329
this.Column7.
UseColumnTextForLinkValue
= true;
11 references to UseColumnTextForLinkValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (2)
206
if (
UseColumnTextForLinkValue
)
289
if (
UseColumnTextForLinkValue
== value)
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (9)
31
_column.
UseColumnTextForLinkValue
.Should().BeFalse();
236
_column.
UseColumnTextForLinkValue
.Should().Be(useColumnTextForLinkValue);
247
_column.
UseColumnTextForLinkValue
.Should().Be(useColumnTextForLinkValue);
260
var useColumnTextForLinkValue = _column.
UseColumnTextForLinkValue
;
265
_column.
UseColumnTextForLinkValue
.Should().Be(useColumnTextForLinkValue);
324
clone.
UseColumnTextForLinkValue
.Should().Be(_column.
UseColumnTextForLinkValue
);
346
clone.
UseColumnTextForLinkValue
.Should().Be(_column.
UseColumnTextForLinkValue
);