3 writes to iGroupId
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (1)
3896lvItem.iGroupId = GetNativeGroupId(li);
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1158lvItem.iGroupId = listView.GetNativeGroupId(this);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5392iGroupId = 0;
4 references to iGroupId
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
1161Debug.Assert(!updateOwner || listView.SendMessage(NativeMethods.LVM_HASGROUP, lvItem.iGroupId, 0) != IntPtr.Zero, "Doesn't contain group id: " + lvItem.iGroupId.ToString(CultureInfo.InvariantCulture)); 1205if (lvg.ID == lvItem.iGroupId) {
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5402+ ", iGroupId = " + iGroupId.ToString(CultureInfo.InvariantCulture)