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