1 instantiation of CompositionService
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\CatalogExtensions.cs (1)
20return new CompositionService(composablePartCatalog);
3 references to CompositionService
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\CatalogExtensions.cs (3)
12/// Creates a <see cref="CompositionService"/>. 15/// <returns>The newly created <see cref="CompositionService"/>.</returns> 16public static CompositionService CreateCompositionService(this ComposablePartCatalog composablePartCatalog)