9 writes to Subtitle
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (1)
119ListViewGroup listGroup = new(name) { Subtitle = subtitle };
System\Windows\Forms\ListViewGroupTests.cs (7)
412Subtitle = value 418group.Subtitle = value; 431group.Subtitle = value; 436group.Subtitle = value; 460group.Subtitle = value; 468group.Subtitle = value; 505group.Subtitle = value;
WinFormsControlsTest (1)
ListViewTest.cs (1)
183listView1.Groups[0].Subtitle = "Subtitle";
13 references to Subtitle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5690string subtitle = group.Subtitle;
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (2)
102!string.IsNullOrEmpty(_owningGroup.Subtitle) 103? $"{_owningGroup.Header}. {_owningGroup.Subtitle}"
System.Windows.Forms.Tests (10)
System\Windows\Forms\ListViewGroupTests.cs (10)
24Assert.Empty(group.Subtitle); 45Assert.Empty(group.Subtitle); 75Assert.Empty(group.Subtitle); 103Assert.Empty(group.Subtitle); 415Assert.Equal(expected, group.Subtitle); 419Assert.Equal(expected, group.Subtitle); 432Assert.Equal(expected, group.Subtitle); 437Assert.Equal(expected, group.Subtitle); 461Assert.Equal(expected, group.Subtitle); 469Assert.Equal(expected, group.Subtitle);