2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (2)
82
this.
onCollectionChanged
+= value;
86
this.
onCollectionChanged
-= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (2)
96
if (this.
onCollectionChanged
!= null)
98
this.
onCollectionChanged
(this, e);