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