1 instantiation of HideSoftInputOnTappedChangedManager
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
183
builder.Services.AddScoped(_ => new
HideSoftInputOnTappedChangedManager
());
1 reference to HideSoftInputOnTappedChangedManager
Microsoft.Maui.Controls (1)
ContentPage\ContentPage.Mapper.cs (1)
41
?.GetService<
HideSoftInputOnTappedChangedManager
>()