3 writes to pszText
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3928lvColumn.pszText = columnHeaderText; 5272lvColumn.pszText = columnHeaderText;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnHeaderTests.cs (1)
1014pszText = buffer,
1 reference to pszText
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnHeaderTests.cs (1)
1018Assert.Equal(expected, new string(column.pszText));