2 writes to puColumns
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
3920lvItem.puColumns = hGlobalColumns;
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5394puColumns = IntPtr.Zero;
1 reference to puColumns
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
3925Marshal.Copy(columns, 0, lvItem.puColumns, lvItem.cColumns);