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)
3064
_columnHeaders[colIdx].
OwnerListview
= null;
3854
ch.
OwnerListview
= this;
2 references to OwnerListview
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3815
if (ch.
OwnerListview
is not null)
3910
if (ch.
OwnerListview
is not null && ch.ActualImageIndex_Internal != -1)