1 instantiation of EffectsFactory
Microsoft.Maui.Controls (1)
Hosting\Effects\AppHostBuilderExtensions.cs (1)
45
builder.Services.TryAddSingleton(svc => new
EffectsFactory
(svc.GetServices<EffectsRegistration>()));
3 references to EffectsFactory
Microsoft.Maui.Controls (3)
Element\Element.cs (3)
955
EffectsFactory
_effectsFactory;
960
EffectsFactory
EffectsFactory => _effectsFactory ??= Handler.MauiContext.Services.GetRequiredService<
EffectsFactory
>();