1 implementation of IDestinationTypeProvider
System.Xaml (1)
System\Xaml\Context\ServiceProviderContext.cs (1)
26IDestinationTypeProvider,
4 references to IDestinationTypeProvider
System.Xaml (4)
System\Xaml\Context\ServiceProviderContext.cs (1)
75else if (serviceType == typeof(IDestinationTypeProvider))
System\Xaml\EventConverter.cs (3)
59IDestinationTypeProvider? targetService = context.GetService(typeof(IDestinationTypeProvider)) as IDestinationTypeProvider;