2 writes to LVM_SETCOLUMN
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2472LVM_SETCOLUMN = NativeMethods.LVM_SETCOLUMNA; 2567LVM_SETCOLUMN = NativeMethods.LVM_SETCOLUMNW;
1 reference to LVM_SETCOLUMN
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
4895int retval = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETCOLUMN, ch.Index, lvColumn);