2 interfaces inheriting from IMauiServiceCollection
Microsoft.Maui (2)
Hosting\ImageSources\IImageSourceServiceCollection.cs (1)
5 public interface IImageSourceServiceCollection : IMauiServiceCollection
Hosting\IMauiHandlersCollection.cs (1)
5 public interface IMauiHandlersCollection : IMauiServiceCollection
1 implementation of IMauiServiceCollection
Microsoft.Maui (1)
Hosting\Internal\MauiServiceCollection.cs (1)
9 class MauiServiceCollection : IMauiServiceCollection
3 references to IMauiServiceCollection
Microsoft.Maui (3)
Hosting\Internal\MauiFactory.cs (3)
12 readonly IMauiServiceCollection _collection; 14 protected IMauiServiceCollection InternalCollection => _collection; 19 public MauiFactory(IMauiServiceCollection collection)