1 write to _notifyCatalog
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\CompositionService.cs (1)
24_notifyCatalog = composablePartCatalog as INotifyComposablePartCatalogChanged;
6 references to _notifyCatalog
System.ComponentModel.Composition (6)
System\ComponentModel\Composition\Hosting\CompositionService.cs (6)
27if (_notifyCatalog != null) 29_notifyCatalog.Changing += OnCatalogChanging; 39if (_notifyCatalog != null) 41_notifyCatalog.Changing -= OnCatalogChanging; 65if (_notifyCatalog != null) 67_notifyCatalog.Changing -= OnCatalogChanging;