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