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