9 writes to Subtitle
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (1)
117ListViewGroup listGroup = new(name) { Subtitle = subtitle };
System\Windows\Forms\ListViewGroupTests.cs (7)
410Subtitle = value 416group.Subtitle = value; 429group.Subtitle = value; 434group.Subtitle = value; 458group.Subtitle = value; 466group.Subtitle = value; 503group.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)
5776string 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)
22Assert.Empty(group.Subtitle); 43Assert.Empty(group.Subtitle); 73Assert.Empty(group.Subtitle); 101Assert.Empty(group.Subtitle); 413Assert.Equal(expected, group.Subtitle); 417Assert.Equal(expected, group.Subtitle); 430Assert.Equal(expected, group.Subtitle); 435Assert.Equal(expected, group.Subtitle); 459Assert.Equal(expected, group.Subtitle); 467Assert.Equal(expected, group.Subtitle);