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