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