1 instantiation of ValueConverterProvider
Microsoft.Maui.Controls.Xaml (1)
XamlServiceProvider.cs (1)
16
static IValueConverterProvider defaultValueConverterProvider = new
ValueConverterProvider
();
2 references to ValueConverterProvider
Microsoft.Maui.Controls (1)
Xaml\ValueConverterProvider.cs (1)
8
[assembly: Dependency(typeof(
ValueConverterProvider
))]
Microsoft.Maui.Controls.Xaml (1)
Hosting\AppHostBuilderExtensions.cs (1)
44
DependencyService.Register<Xaml.
ValueConverterProvider
>();