2 implementations of IDestinationTypeProvider
System.Xaml (1)
System\Xaml\Context\ServiceProviderContext.cs (1)
24IDestinationTypeProvider,
System.Xaml.Tests (1)
System\Xaml\Replacements\EventConverterTests.cs (1)
224private class CustomDestinationTypeProvider : IDestinationTypeProvider
6 references to IDestinationTypeProvider
System.Xaml (3)
System\Xaml\Context\ServiceProviderContext.cs (1)
73else if (serviceType == typeof(IDestinationTypeProvider))
System\Xaml\EventConverter.cs (2)
60if (context.GetService(typeof(IDestinationTypeProvider)) is not IDestinationTypeProvider targetService)
System.Xaml.Tests (3)
System\Xaml\Replacements\EventConverterTests.cs (3)
42else if (serviceType == typeof(IDestinationTypeProvider)) 78else if (serviceType == typeof(IDestinationTypeProvider)) 116else if (serviceType == typeof(IDestinationTypeProvider))