8 references to ListView
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ColumnHeader.cs (8)
210if (ListView != null && ListView.IsHandleCreated) { 211ListView.SetColumnInfo(NativeMethods.LVCF_IMAGE, this); 242if (ListView != null && ListView.IsHandleCreated) { 243ListView.SetColumnInfo(NativeMethods.LVCF_IMAGE, this); 511if (owner != null && owner.ListView != null) { 512return owner.ListView.SmallImageList;