3 references to InternalCollection
Microsoft.Maui (3)
Hosting\ImageSources\ImageSourceServiceProvider.cs (1)
47 if (genericConcreteType != null && InternalCollection.TryGetService(genericConcreteType, out _))
Hosting\Internal\MauiHandlersFactory.cs (2)
31 InternalCollection.TryGetService(GetVirtualViewHandlerServiceType(iview), out ServiceDescriptor? serviceDescriptor); 36 public IMauiHandlersCollection GetCollection() => (IMauiHandlersCollection)InternalCollection;