1 implementation of IAppIndexingProvider
Microsoft.Maui.Controls.Compatibility (1)
iOS\iOSAppIndexingProvider.cs (1)
5 public class IOSAppIndexingProvider : IAppIndexingProvider
3 references to IAppIndexingProvider
Microsoft.Maui.Controls (3)
Application\Application.cs (2)
27 IAppIndexingProvider? _appIndexProvider; 137 public void SetAppIndexingProvider(IAppIndexingProvider provider)
IApplicationController.cs (1)
6 void SetAppIndexingProvider(IAppIndexingProvider appIndexing);