1 write to SmallImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2978
SmallImageList
= null;
6 references to SmallImageList
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListView\ColumnHeader.ColumnHeaderImageListIndexer.cs (1)
21
return _owner.ListView?.
SmallImageList
;
System\Windows\Forms\Controls\ListView\ListView.cs (3)
2523
if (
SmallImageList
is null)
5562
nint handle = (
SmallImageList
is null) ? 0 :
SmallImageList
.Handle;
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
535
return _listView.
SmallImageList
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewActionList.cs (1)
44
get => _listView.
SmallImageList
;