1 write to listView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
188
listView
= value;
8 references to listView
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListViewGroup.cs (8)
110
if (
listView
!= null) {
111
listView
.RecreateHandleInternal();
174
return
listView
;
182
return
listView
;
186
if (
listView
!= value)
274
if (
listView
!= null &&
listView
.IsHandleCreated) {
275
listView
.UpdateGroupNative(this);