2 writes to pszSubtitle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5833lvgroup.pszSubtitle = pSubtitle;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListViewGroupTests.cs (1)
513pszSubtitle = buffer,
1 reference to pszSubtitle
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListViewGroupTests.cs (1)
518Assert.Equal(expected, new string(lvgroup.pszSubtitle));