2 writes to iGroupId
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4144
lvItem.
iGroupId
= GetNativeGroupId(li);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1097
lvItem.
iGroupId
= _listView.GetNativeGroupId(this);
3 references to iGroupId
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (3)
1101
result = PInvokeCore.SendMessage(_listView, PInvoke.LVM_HASGROUP, (WPARAM)lvItem.
iGroupId
);
1102
Debug.Assert(!updateOwner || result != 0, $"Doesn't contain group id: {lvItem.
iGroupId
}");
1149
if (lvg.ID == lvItem.
iGroupId
)