Base:
property
Text
System.Windows.Forms.Control.Text
2 writes to Text
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewTests.cs (2)
5901
listView.
Text
= "New Text";
5906
listView.
Text
= "Another Text";
3 references to Text
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListViewTests.cs (3)
140
Assert.Empty(control.
Text
);
5903
listView.
Text
.Should().Be("New Text");
5908
listView.
Text
.Should().Be("Another Text");