5 references to SetColumnInfo
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColumnHeader.cs (4)
211ListView.SetColumnInfo(NativeMethods.LVCF_IMAGE, this); 243ListView.SetColumnInfo(NativeMethods.LVCF_IMAGE, this); 306listview.SetColumnInfo(NativeMethods.LVCF_TEXT, this); 349listview.SetColumnInfo(NativeMethods.LVCF_FMT, this);
winforms\Managed\System\WinForms\ListView.cs (1)
3646SetColumnInfo(NativeMethods.LVCF_IMAGE, ch);