5 writes to TrackVisitedState
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (5)
197
_column.
TrackVisitedState
= trackVisitedState;
208
_column.
TrackVisitedState
= trackVisitedState;
226
_column.
TrackVisitedState
= trackVisitedState;
314
_column.
TrackVisitedState
= false;
335
_column.
TrackVisitedState
= false;
10 references to TrackVisitedState
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
246
if (
TrackVisitedState
== value)
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (9)
30
_column.
TrackVisitedState
.Should().BeTrue();
198
_column.
TrackVisitedState
.Should().Be(trackVisitedState);
209
_column.
TrackVisitedState
.Should().Be(trackVisitedState);
222
var trackVisitedState = _column.
TrackVisitedState
;
227
_column.
TrackVisitedState
.Should().Be(trackVisitedState);
323
clone.
TrackVisitedState
.Should().Be(_column.
TrackVisitedState
);
345
clone.
TrackVisitedState
.Should().Be(_column.
TrackVisitedState
);