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;
535
columnHeader.
OwnerListview
= null;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3060
_columnHeaders[colIdx].
OwnerListview
= null;
3850
ch.
OwnerListview
= this;
2 references to OwnerListview
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3811
if (ch.
OwnerListview
is not null)
3906
if (ch.
OwnerListview
is not null && ch.ActualImageIndex_Internal != -1)