1 write to _onChanging
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (1)
38_onChanging = onChanging;
4 references to _onChanging
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (4)
319if (_onChanging == null || Changing == null) 326_onChanging.Invoke(new ComposablePartCatalogChangeEventArgs(added, removed, atomicComposition)); 346if (_onChanging == null || Changing == null) 351_onChanging.Invoke(e);