5 writes to OwnerListview
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (3)
317_owner._columnHeaders[colIdx].OwnerListview = null; 337_owner._columnHeaders[colIdx].OwnerListview = null; 535columnHeader.OwnerListview = null;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3060_columnHeaders[colIdx].OwnerListview = null; 3850ch.OwnerListview = this;
2 references to OwnerListview
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3811if (ch.OwnerListview is not null) 3906if (ch.OwnerListview is not null && ch.ActualImageIndex_Internal != -1)